Serializablepublic class ResumeException extends ComponentException
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ResumeException.ResumeRuntimeException |
Unchecked exception with the same semantics as the
ResumeException. |
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor | Description |
|---|---|
ResumeException(String message) |
Instantiates a new resume exception.
|
ResumeException(String aMessage,
String aErrorCode) |
Instantiates a new resume exception.
|
ResumeException(String message,
Throwable cause) |
Instantiates a new resume exception.
|
ResumeException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new resume exception.
|
ResumeException(Throwable cause) |
Instantiates a new resume exception.
|
ResumeException(Throwable aCause,
String aErrorCode) |
Instantiates a new resume exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResumeException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic ResumeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic ResumeException(String message, Throwable cause)
message - the messagecause - the causepublic ResumeException(String message)
message - the messagepublic ResumeException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic ResumeException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.