- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- javax.crypto.ExemptionMechanismException
-
- 实现的所有接口
-
Serializable
public class ExemptionMechanismException extends GeneralSecurityException
这是一般的ExemptionMechanism例外。- 从以下版本开始:
- 1.4
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 ExemptionMechanismException()
构造一个ExemptionMechanismException,没有详细的消息。ExemptionMechanismException(String msg)
使用指定的详细消息构造ExemptionMechanismException。
-
方法摘要
-
-
-
构造方法详细信息
-
ExemptionMechanismException
public ExemptionMechanismException()
构造一个ExemptionMechanismException,没有详细的消息。 (详细消息是描述此特定异常的String。)
-
ExemptionMechanismException
public ExemptionMechanismException(String msg)
使用指定的详细消息构造ExemptionMechanismException。 (详细消息是描述此特定异常的String。)- 参数
-
msg
- 详细信息。
-
-