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)
      Instantiates a new pause exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • PauseRuntimeException

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

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

      public PauseRuntimeException(String message)
      Instantiates a new pause exception.
      Parameters:
      message - the message
    • PauseRuntimeException

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

      public PauseRuntimeException(Throwable cause)
      Instantiates a new pause exception.
      Parameters:
      cause - the cause