Class InterceptorExecutionException

All Implemented Interfaces:
Serializable

public final class InterceptorExecutionException extends LoomException
Thrown when a map interceptor aborts an operation by failing during execution.
Since:
1.1
See Also:
  • Constructor Details

    • InterceptorExecutionException

      public InterceptorExecutionException(String message)
      Creates a new InterceptorExecutionException with a message.
      Parameters:
      message - the error message
    • InterceptorExecutionException

      public InterceptorExecutionException(String message, Throwable cause)
      Creates a new InterceptorExecutionException with a message and cause.
      Parameters:
      message - the error message
      cause - the underlying interceptor failure