Class PauseException.PauseRuntimeException

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

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

    • PauseRuntimeException

      public PauseRuntimeException(String aMessage, String aErrorCode)
    • PauseRuntimeException

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

      public PauseRuntimeException(String aMessage, Throwable aCause)
    • PauseRuntimeException

      public PauseRuntimeException(String aMessage)
    • PauseRuntimeException

      public PauseRuntimeException(Throwable aCause, String aErrorCode)
    • PauseRuntimeException

      public PauseRuntimeException(Throwable aCause)