Class TabularRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.tabular.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 Details

    • 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