Class InterceptorExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.loomcache.common.exception.LoomException
com.loomcache.common.exception.InterceptorExecutionException
- All Implemented Interfaces:
Serializable
Thrown when a map interceptor aborts an operation by failing during execution.
- Since:
- 1.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterceptorExecutionException(String message) Creates a new InterceptorExecutionException with a message.InterceptorExecutionException(String message, Throwable cause) Creates a new InterceptorExecutionException with a message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterceptorExecutionException
Creates a new InterceptorExecutionException with a message.- Parameters:
message- the error message
-
InterceptorExecutionException
-