javax.crypto
public class: ExemptionMechanismException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.crypto.ExemptionMechanismException
All Implemented Interfaces:
Serializable
This is the generic ExemptionMechanism exception.
| Constructor: |
public ExemptionMechanismException() {
super();
}
Constructs a ExemptionMechanismException with no detailed message.
(A detailed message is a String that describes this particular
exception.) |
public ExemptionMechanismException(String msg) {
super(msg);
}
Constructs a ExemptionMechanismException with the specified
detailed message. (A detailed message is a String that describes
this particular exception.) Parameters:
msg - the detailed message.
|
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |