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)
    • StopRuntimeException

      public StopRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • StopRuntimeException

      public StopRuntimeException(String aMessage, Throwable aCause)
    • StopRuntimeException

      public StopRuntimeException(String aMessage)
    • StopRuntimeException

      public StopRuntimeException(Throwable aCause, String aErrorCode)
    • StopRuntimeException

      public StopRuntimeException(Throwable aCause)