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 aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • StopRuntimeException

      public StopRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new stop exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • StopRuntimeException

      public StopRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new stop exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • StopRuntimeException

      public StopRuntimeException(String aMessage)
      Instantiates a new stop exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • StopRuntimeException

      public StopRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new stop exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • StopRuntimeException

      public StopRuntimeException(Throwable aCause)
      Instantiates a new stop exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.