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. |