ExemptionMechanismException  |  API reference  |  Android Developers (original) (raw)

open class ExemptionMechanismException : GeneralSecurityException

kotlin.Any
kotlin.Throwable
java.lang.Exception
java.security.GeneralSecurityException

This is the generic ExemptionMechanism exception.

Summary

Public constructors
ExemptionMechanismException() Constructs a ExemptionMechanismException with no detailed message.
ExemptionMechanismException(msg: String!) Constructs a ExemptionMechanismException with the specified detailed message.

Public constructors

ExemptionMechanismException

ExemptionMechanismException()

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

ExemptionMechanismException

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.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.