Name

ExemptionMechanismException

Synopsis

Signals a problem in one of the ExcemptionMechanism methods.

javax.crypto.ExemptionMechanismException

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( )}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.