Class TabularException

    • Constructor Detail

      • TabularException

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

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

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

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

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

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