Class NotUndoableRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.command.CommandRuntimeException
org.refcodes.command.NotUndoableRuntimeException
All Implemented Interfaces:
Serializable, UndoableAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class NotUndoableRuntimeException
extends CommandRuntimeException
The Class NotUndoableRuntimeException.
See Also:
Serialized Form
  • Constructor Details

    • 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
  • Method Details