public class ExemptionMechanismException
extends GeneralSecurityException
| java.lang.Object | ||||
| java.lang.Throwable | ||||
| java.lang.Exception | ||||
| java.security.GeneralSecurityException | ||||
| javax.crypto.ExemptionMechanismException | ||||
这是通用的ExemptionMechanism异常。
Public constructors |
|
|---|---|
ExemptionMechanismException() 构造一个没有详细消息的ExemptionMechanismException。 |
|
ExemptionMechanismException(String msg) 用指定的详细消息构造一个ExemptionMechanismException。 |
|
继承方法(Inherited methods) |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
ExemptionMechanismException ()
构造一个没有详细消息的ExemptionMechanismException。 (详细的消息是描述此特定异常的字符串。)
ExemptionMechanismException (String msg)
用指定的详细消息构造一个ExemptionMechanismException。 (详细的消息是描述此特定异常的字符串。)
| 参数(Parameters) | |
|---|---|
msg |
String: the detailed message. |