public class UnsupportedDigestAlgorithmException extends RuntimeException
| 构造器和说明 |
|---|
UnsupportedDigestAlgorithmException()
Creates a new UnsupportedDigestAlgorithmException with a
null detail message. |
UnsupportedDigestAlgorithmException(String message)
Creates a new UnsupportedDigestAlgorithmException with the specified message.
|
UnsupportedDigestAlgorithmException(String message,
Throwable cause)
Creates a new UnsupportedDigestAlgorithmException with the specified detail message and cause.
|
public 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 © 2023. All rights reserved.