public class

ExemptionMechanismException

extends GeneralSecurityException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.security.GeneralSecurityException
         ↳ javax.crypto.ExemptionMechanismException

Class Overview

This is the generic ExemptionMechanism exception.

Summary

Public Constructors
ExemptionMechanismException()
Constructs a ExemptionMechanismException with no detailed message.
ExemptionMechanismException(String msg)
Constructs a ExemptionMechanismException with the specified detailed message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ExemptionMechanismException ()

Constructs a ExemptionMechanismException with no detailed message. (A detailed message is a String that describes this particular exception.)

public ExemptionMechanismException (String 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.