Class CeaseException.CeaseRuntimeException

    • Constructor Detail

      • CeaseRuntimeException

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

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

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

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

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

        public CeaseRuntimeException​(Throwable cause)
        Instantiates a new cease exception.
        Parameters:
        cause - the cause