Serializablepublic class DigestException extends ComponentException
Digester.digest(Object) caused problems; the cause is usually wrapped
by this Exception.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 |
|---|---|
DigestException(String message) |
Instantiates a new digest exception.
|
DigestException(String aMessage,
String aErrorCode) |
Instantiates a new digest exception.
|
DigestException(String message,
Throwable cause) |
Instantiates a new digest exception.
|
DigestException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new digest exception.
|
DigestException(Throwable cause) |
Instantiates a new digest exception.
|
DigestException(Throwable aCause,
String aErrorCode) |
Instantiates a new digest exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DigestException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic DigestException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic DigestException(String message, Throwable cause)
message - the messagecause - the causepublic DigestException(String message)
message - the messagepublic DigestException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic DigestException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.