Class InterceptorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.interceptor.InterceptorException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
WorkPieceException

public abstract class InterceptorException extends org.refcodes.exception.AbstractException
Base exception for the interceptor artifact.
See Also:
  • Constructor Details

    • InterceptorException

      public InterceptorException(String aMessage, String aErrorCode)
      Instantiates a new interceptor exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • InterceptorException

      public InterceptorException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new interceptor exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • InterceptorException

      public InterceptorException(String message, Throwable cause)
      Instantiates a new interceptor exception.
      Parameters:
      message - the message
      cause - the cause
    • InterceptorException

      public InterceptorException(String message)
      Instantiates a new interceptor exception.
      Parameters:
      message - the message
    • InterceptorException

      public InterceptorException(Throwable aCause, String aErrorCode)
      Instantiates a new interceptor exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • InterceptorException

      public InterceptorException(Throwable cause)
      Instantiates a new interceptor exception.
      Parameters:
      cause - the cause