Class NoResultAvailableRuntimeException

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

public class NoResultAvailableRuntimeException extends CommandRuntimeException
The Class NoResultAvailableRuntimeException.
See Also:
  • Constructor Details

    • NoResultAvailableRuntimeException

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

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

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

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

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

      public NoResultAvailableRuntimeException(Undoable<?,?,?> aCommand, Throwable cause)
      Instantiates a new no result available runtime exception.
      Parameters:
      aCommand - the command
      cause - the cause
  • Method Details