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
public class UncategorizedFunctionException
extends org.apache.geode.cache.execute.FunctionException
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
- See Also:
-
Execution
Function
FunctionException
- Serialized Form
-
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
-