KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > ExemptionMechanismException

javax.crypto
Class ExemptionMechanismException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.crypto.ExemptionMechanismException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public ExemptionMechanismException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ExemptionMechanismException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags