public class DigesterLoadingException extends Exception
| Constructor and Description |
|---|
DigesterLoadingException(String msg) |
DigesterLoadingException(String msg,
Throwable cause) |
DigesterLoadingException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Return the cause of this exception (if any) as specified in the
exception constructor.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DigesterLoadingException(String msg)
msg - a String detailing the reason for the exceptionpublic DigesterLoadingException(Throwable cause)
cause - underlying exception that caused this to be thrownpublic DigesterLoadingException(String msg, Throwable cause)
msg - a String detailing the reason for the exceptioncause - underlying exception that caused this to be thrownCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.