GeneralSecurityException
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
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?)