Class UncategorizedFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.execute.FunctionException
org.springframework.data.gemfire.function.UncategorizedFunctionException
- All Implemented Interfaces:
Serializable
An
FunctionException
indicating a Function
Execution
RuntimeException
that has not be categorized, or identified by the framework.
This RuntimeException
was inspired by the UncategorizedDataAccessException
.- Since:
- 2.3.0
- Author:
- John Blum
- See Also:
-
Constructor Summary
ConstructorDescriptionUncategorizedFunctionException
(String message) UncategorizedFunctionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.geode.cache.execute.FunctionException
addException, addExceptions, getExceptions
Methods inherited from class org.apache.geode.GemFireException
getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncategorizedFunctionException
public UncategorizedFunctionException() -
UncategorizedFunctionException
-
UncategorizedFunctionException
-
UncategorizedFunctionException
-