com.gemstone.gemfire.cache.query
Class FunctionDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
com.gemstone.gemfire.cache.query.FunctionDomainException
- All Implemented Interfaces:
- Serializable
public class FunctionDomainException
- extends QueryException
Thrown if the domain of a function is not legal.
- Since:
- 4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FunctionDomainException
public FunctionDomainException(String msg)
- Constructs and instance of FunctionDomainException.
- Parameters:
msg
- error message
Copyright © 1997-2013 VMware, Inc. All rights reserved.