Package javax.crypto
Class ExemptionMechanismException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- javax.crypto.ExemptionMechanismException
-
- All Implemented Interfaces:
Serializable
public class ExemptionMechanismException extends GeneralSecurityException
This is the base class forExemptionMechanismException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExemptionMechanismException()Creates a newExemptionMechanismExceptionwith no message.ExemptionMechanismException(String msg)Creates a newExemptionMechanismExceptionwith the specified message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExemptionMechanismException
public ExemptionMechanismException(String msg)
Creates a newExemptionMechanismExceptionwith the specified message.- Parameters:
msg- the exception message.
-
ExemptionMechanismException
public ExemptionMechanismException()
Creates a newExemptionMechanismExceptionwith no message.
-
-