Class OpenException.OpenRuntimeException

    • Constructor Detail

      • OpenRuntimeException

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

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

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

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

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

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

      • getErrorCode

        public String getErrorCode​()
        Specified by:
        getErrorCode in interface org.refcodes.exception.ErrorCodeAccessor
        Overrides:
        getErrorCode in class org.refcodes.exception.AbstractRuntimeException