@Immutable public class UnsupportedDigestAlgorithmException extends java.lang.RuntimeException
Constructor and Description |
---|
UnsupportedDigestAlgorithmException()
Creates a new UnsupportedAuthAlgoritmException with a
null detail message. |
UnsupportedDigestAlgorithmException(java.lang.String message)
Creates a new UnsupportedAuthAlgoritmException with the specified message.
|
UnsupportedDigestAlgorithmException(java.lang.String message,
java.lang.Throwable cause)
Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause.
|
public UnsupportedDigestAlgorithmException()
null
detail message.public UnsupportedDigestAlgorithmException(java.lang.String message)
message
- the exception detail messagepublic UnsupportedDigestAlgorithmException(java.lang.String message, java.lang.Throwable cause)
message
- the exception detail messagecause
- the Throwable
that caused this exception, or null
if the cause is unavailable, unknown, or not a Throwable