Class StopException.StopRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Enclosing class:
StopException

public static class StopException.StopRuntimeException extends LifecycleException.LifecycleRuntimeException
Unchecked exception with the same semantics as the StopException.
See Also:
  • Constructor Details

    • StopRuntimeException

      public StopRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new stop exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • StopRuntimeException

      public StopRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new stop exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • StopRuntimeException

      public StopRuntimeException(String message, Throwable cause)
      Instantiates a new stop exception.
      Parameters:
      message - the message
      cause - the cause
    • StopRuntimeException

      public StopRuntimeException(String message)
      Instantiates a new stop exception.
      Parameters:
      message - the message
    • StopRuntimeException

      public StopRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new stop exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • StopRuntimeException

      public StopRuntimeException(Throwable cause)
      Instantiates a new stop exception.
      Parameters:
      cause - the cause