ExemptionMechanismExceptionpublic class ExemptionMechanismException extends GeneralSecurityException This is the base class for {@code ExemptionMechanismException}. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ExemptionMechanismException(String msg)Creates a new {@code ExemptionMechanismException} with the specified
message.
super(msg);
| public ExemptionMechanismException()Creates a new {@code ExemptionMechanismException} with no message.
|
|