Added in API level 1

ExemptionMechanismException

open class ExemptionMechanismException : GeneralSecurityException
kotlin.Any
   โ†ณ kotlin.Throwable
   โ†ณ java.lang.Exception
   โ†ณ java.security.GeneralSecurityException
   โ†ณ javax.crypto.ExemptionMechanismException

This is the generic ExemptionMechanism exception.

Summary

Public constructors

Constructs a ExemptionMechanismException with no detailed message.

Constructs a ExemptionMechanismException with the specified detailed message.

Public constructors

ExemptionMechanismException

Added in API level 1
ExemptionMechanismException()

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

ExemptionMechanismException

Added in API level 1
ExemptionMechanismException(msg: String!)

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

Parameters
msg String!: the detailed message.