Class NoExceptionAvailableRuntimeException

    • Constructor Detail

      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,​?,​?> aCommand,
                                                    String aMessage,
                                                    String aErrorCode)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aErrorCode - the error code
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,​?,​?> aCommand,
                                                    String aMessage,
                                                    Throwable aCause,
                                                    String aErrorCode)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,​?,​?> aCommand,
                                                    String message,
                                                    Throwable cause)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        message - the message
        cause - the cause
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,​?,​?> aCommand,
                                                    String message)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        message - the message
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,​?,​?> aCommand,
                                                    Throwable aCause,
                                                    String aErrorCode)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        aCause - the cause
        aErrorCode - the error code
      • NoExceptionAvailableRuntimeException

        public NoExceptionAvailableRuntimeException​(Undoable<?,​?,​?> aCommand,
                                                    Throwable cause)
        Instantiates a new no exception available runtime exception.
        Parameters:
        aCommand - the command
        cause - the cause