Class DestroyException.DestroyRuntimeException

    • Constructor Detail

      • DestroyRuntimeException

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

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

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

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

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

        public DestroyRuntimeException​(Throwable cause)
        Instantiates a new destroy exception.
        Parameters:
        cause - the cause