Class CommandRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.command.CommandRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
CommandRuntimeException.CommandCommandRuntimeException

public abstract class CommandRuntimeException extends org.refcodes.exception.AbstractRuntimeException
See Also:
  • Constructor Details

    • CommandRuntimeException

      public CommandRuntimeException(String aMessage, String aErrorCode)
      Instantiates the class CommandRuntimeException.
      See Also:
      • AbstractRuntimeException(String, String)
    • CommandRuntimeException

      public CommandRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates the class CommandRuntimeException.
      See Also:
      • AbstractRuntimeException(String, Throwable, String)
    • CommandRuntimeException

      public CommandRuntimeException(String aMessage, Throwable aCause)
      Instantiates the class CommandRuntimeException.
      See Also:
      • AbstractRuntimeException(String, Throwable)
    • CommandRuntimeException

      public CommandRuntimeException(String aMessage)
      Instantiates the class CommandRuntimeException.
      See Also:
      • AbstractRuntimeException(String)
    • CommandRuntimeException

      public CommandRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates the class CommandRuntimeException.
      See Also:
      • AbstractRuntimeException(Throwable, String)
    • CommandRuntimeException

      public CommandRuntimeException(Throwable aCause)
      Instantiates the class CommandRuntimeException.
      See Also:
      • AbstractRuntimeException(Throwable)