Package javax.crypto

Class ExemptionMechanismException

All Implemented Interfaces:
Serializable

public class ExemptionMechanismException
extends GeneralSecurityException
This is the base class for ExemptionMechanismException.
See Also:
Serialized Form
  • Constructor Details

    • ExemptionMechanismException

      public ExemptionMechanismException​(String msg)
      Creates a new ExemptionMechanismException with the specified message.
      Parameters:
      msg - the exception message.
    • ExemptionMechanismException

      public ExemptionMechanismException()
      Creates a new ExemptionMechanismException with no message.