Java In A Nutshell, 5th Edition
Signals a problem in one of the ExcemptionMechanism methods . Figure 17-4. javax.crypto.ExemptionMechanismException
public class ExemptionMechanismException extends java.security.GeneralSecurityException { // Public Constructors public ExemptionMechanismException ( ); public ExemptionMechanismException (String msg ); }
Thrown By
ExemptionMechanism.{genExemptionBlob( ) , init( ) , isCryptoAllowed( )} , ExemptionMechanismSpi.{engineGenExemptionBlob( ) , engineInit( )} |