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