Class NotUndoableRuntimeException

    • Constructor Detail

      • NotUndoableRuntimeException

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

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

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

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

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

        public NotUndoableRuntimeException​(Undoable<?,?,?> aCommand,
                                           Throwable cause)
        Instantiates a new not undoable runtime exception.
        Parameters:
        aCommand - the command
        cause - the cause