Package org.apache.geode.cache.execute
Class EmptyRegionFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.execute.FunctionException
org.apache.geode.cache.execute.EmptyRegionFunctionException
- All Implemented Interfaces:
Serializable
Exception to indicate that Region is empty for data aware functions.
- Since:
- GemFire 6.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an instance of EmtpyRegionFunctionExceptionEmptyRegionFunctionException(String msg, Throwable cause) Construct an instance of EmtpyRegionFunctionExceptionConstruct an instance of EmtpyRegionFunctionException -
Method Summary
Methods inherited from class org.apache.geode.cache.execute.FunctionException
addException, addExceptions, getExceptionsMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyRegionFunctionException
Construct an instance of EmtpyRegionFunctionException- Parameters:
cause- a Throwable cause of this exception
-
EmptyRegionFunctionException
Construct an instance of EmtpyRegionFunctionException- Parameters:
msg- Exception message
-
EmptyRegionFunctionException
Construct an instance of EmtpyRegionFunctionException- Parameters:
msg- the error messagecause- a Throwable cause of this exception
-