public class UnsupportedDigestAlgorithmException extends RuntimeException
| Constructor and Description | 
|---|
| UnsupportedDigestAlgorithmException()Creates a new UnsupportedAuthAlgoritmException with a  nulldetail message. | 
| UnsupportedDigestAlgorithmException(String message)Creates a new UnsupportedAuthAlgoritmException with the specified message. | 
| UnsupportedDigestAlgorithmException(String message,
                                   Throwable cause)Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedDigestAlgorithmException()
null detail message.public UnsupportedDigestAlgorithmException(String message)
message - the exception detail messagepublic UnsupportedDigestAlgorithmException(String message, Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or null
 if the cause is unavailable, unknown, or not a ThrowableCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.