public class DigesterLoadingException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
cause |
Constructor and Description |
---|
DigesterLoadingException(java.lang.String msg) |
DigesterLoadingException(java.lang.String msg,
java.lang.Throwable cause) |
DigesterLoadingException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Return the cause of this exception (if any) as specified in the
exception constructor.
|
public DigesterLoadingException(java.lang.String msg)
msg
- a String detailing the reason for the exceptionpublic DigesterLoadingException(java.lang.Throwable cause)
cause
- underlying exception that caused this to be thrownpublic DigesterLoadingException(java.lang.String msg, java.lang.Throwable cause)
msg
- a String detailing the reason for the exceptioncause
- underlying exception that caused this to be thrownCopyright 2001-2005 The Apache Software Foundation.