GeneralSecurityException

expect open class GeneralSecurityException : Exception(source)

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

Inheritors

actual open class GeneralSecurityException : Exception(source)

The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-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?)