java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.security.GeneralSecurityException | |||
↳ | javax.crypto.ExemptionMechanismException |
This is the base class for ExemptionMechanismException
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
ExemptionMechanismException with the specified
message.
| |||||||||||
Creates a new
ExemptionMechanismException with no message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Creates a new ExemptionMechanismException
with the specified
message.
msg | the exception message. |
---|
Creates a new ExemptionMechanismException
with no message.