Class CloseException.CloseRuntimeException

    • Constructor Detail

      • CloseRuntimeException

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

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

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

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

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

        public CloseRuntimeException​(Throwable cause)
        Instantiates a new close exception.
        Parameters:
        cause - the cause
    • Method Detail

      • getErrorCode

        public String getErrorCode​()
        Overrides:
        getErrorCode in class org.refcodes.exception.AbstractRuntimeException