Gemfire JavaDocs
Package org.apache.geode.cache.query
Class FunctionDomainException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.geode.GemFireCheckedException
-
- org.apache.geode.cache.query.QueryException
-
- org.apache.geode.cache.query.FunctionDomainException
-
- All Implemented Interfaces:
java.io.Serializable
public class FunctionDomainException extends QueryException
Thrown if the domain of a function is not legal.- Since:
- GemFire 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionDomainException(java.lang.String msg)
Constructs and instance of FunctionDomainException.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCause
-
-