public class ExemptionMechanismException extends GeneralSecurityException
| Constructor and Description |
|---|
ExemptionMechanismException()
Constructs a ExemptionMechanismException with no detailed message.
|
ExemptionMechanismException(String msg)
Constructs a ExemptionMechanismException with the specified
detailed message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExemptionMechanismException()
public ExemptionMechanismException(String msg)
msg - the detailed message.