Class ResumeException.ResumeRuntimeException

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

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

    • ResumeRuntimeException

      public ResumeRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new resume exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • ResumeRuntimeException

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

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

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

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

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