public class UnsupportedDigestAlgorithmException extends RuntimeException
| Constructor and Description |
|---|
UnsupportedDigestAlgorithmException()
创建一个新的UnsupportedAuthAlgoritmException与
null详细消息。
|
UnsupportedDigestAlgorithmException(String message)
用指定的消息创建一个新的UnsupportedAuthAlgoritmException。
|
UnsupportedDigestAlgorithmException(String message, Throwable cause)
创建一个新的UnsupportedAuthAlgoritmException与指定的详细信息和原因。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedDigestAlgorithmException()
null详细消息创建新的UnsupportedAuthAlgoritmException。
public UnsupportedDigestAlgorithmException(String message)
message - 异常详细信息
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.