Class ExecutionTimeoutFunctionException
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.ExecutionTimeoutFunctionException
- All Implemented Interfaces:
Serializable
public class ExecutionTimeoutFunctionException
extends org.apache.geode.cache.execute.FunctionException
A
FunctionException
indicating a timeout during execution.- Since:
- 2.3.0
- See Also:
-
FunctionException
- Serialized Form
-
Constructor Summary
ConstructorDescriptionExecutionTimeoutFunctionException
(String message) ExecutionTimeoutFunctionException
(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
-
ExecutionTimeoutFunctionException
public ExecutionTimeoutFunctionException() -
ExecutionTimeoutFunctionException
-
ExecutionTimeoutFunctionException
-
ExecutionTimeoutFunctionException
-