public class ExemptionMechanismException extends GeneralSecurityException
| Constructor and Description |
|---|
ExemptionMechanismException()
构造一个没有详细消息的ExemptionMechanismException。
|
ExemptionMechanismException(String msg)
构造具有指定详细消息的ExemptionMechanismException。
|
addSuppressed,
fillInStackTrace, getCause, getLocalizedMessage,
getMessage, getStackTrace, getSuppressed, initCause,
printStackTrace, printStackTrace,
printStackTrace,
setStackTrace,
toStringpublic ExemptionMechanismException()
public ExemptionMechanismException(String msg)
msg - 详细信息。