Class TabularRuntimeException

  • All Implemented Interfaces:
    Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

    public abstract class TabularRuntimeException
    extends org.refcodes.exception.AbstractRuntimeException
    Base runtime exception for the refcodes-tabular artifact.
    See Also:
    Serialized Form
    • Constructor Detail

      • TabularRuntimeException

        public TabularRuntimeException​(String aMessage,
                                       String aErrorCode)
        Instantiates a new tabular runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • TabularRuntimeException

        public TabularRuntimeException​(String aMessage,
                                       Throwable aCause,
                                       String aErrorCode)
        Instantiates a new tabular runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • TabularRuntimeException

        public TabularRuntimeException​(String message,
                                       Throwable cause)
        Instantiates a new tabular runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • TabularRuntimeException

        public TabularRuntimeException​(String message)
        Instantiates a new tabular runtime exception.
        Parameters:
        message - the message
      • TabularRuntimeException

        public TabularRuntimeException​(Throwable aCause,
                                       String aErrorCode)
        Instantiates a new tabular runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • TabularRuntimeException

        public TabularRuntimeException​(Throwable cause)
        Instantiates a new tabular runtime exception.
        Parameters:
        cause - the cause