Class InterceptorException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    WorkPieceException


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

      • 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