KeyException

The KeyException class is a generic security exception class that provides type safety for all the key-related exception classes that extend from it.

Inheritors

The KeyException class is a generic security exception class that provides type safety for all the key-related exception classes that extend from it.

Inheritors

Constructors

Link copied to clipboard
expect constructor()
expect constructor(message: String?)
expect constructor(message: String?, cause: Throwable?)
expect constructor(cause: Throwable?)
actual constructor()
actual constructor(message: String?)
actual constructor(message: String?, cause: Throwable?)
actual constructor(cause: Throwable?)