public final class DigesterLoadingException extends RuntimeException
Constructor and Description |
---|
DigesterLoadingException(String message)
Constructs a new loading exception with the specified detail message.
|
DigesterLoadingException(String message,
Throwable cause)
Constructs a new loading exception with the specified detail message
and cause.
|
DigesterLoadingException(Throwable cause)
Constructs a new loading exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DigesterLoadingException(String message)
message
- the detail message.public DigesterLoadingException(Throwable cause)
cause
- the specified cause.Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.