public final class DigesterLoadingException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The default serial version UID.
|
Constructor and Description |
---|
DigesterLoadingException(java.lang.String message)
Constructs a new loading exception with the specified detail message.
|
DigesterLoadingException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new loading exception with the specified detail message
and cause.
|
DigesterLoadingException(java.lang.Throwable cause)
Constructs a new loading exception with the specified cause.
|
private static final long serialVersionUID
public DigesterLoadingException(java.lang.String message)
message
- the detail message.public DigesterLoadingException(java.lang.Throwable cause)
cause
- the specified cause.public DigesterLoadingException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- the specified cause.