Class ResumeException.ResumeRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.component.ComponentRuntimeException
org.refcodes.component.ResumeException.ResumeRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Enclosing class:
ResumeException

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

    • ResumeRuntimeException

      public ResumeRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new resume exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • ResumeRuntimeException

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

      public ResumeRuntimeException​(String message, Throwable cause)
      Instantiates a new resume exception.
      Parameters:
      message - the message
      cause - the cause
    • ResumeRuntimeException

      public ResumeRuntimeException​(String message)
      Instantiates a new resume exception.
      Parameters:
      message - the message
    • ResumeRuntimeException

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

      public ResumeRuntimeException​(Throwable cause)
      Instantiates a new resume exception.
      Parameters:
      cause - the cause