toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography
/
CryptographyException
Cryptography
Exception
open
class
CryptographyException
:
RuntimeException
(
source
)
Deprecated (with error)
IllegalStateException is throw instead
Inheritors
CryptographyAlgorithmNotFoundException
Members
Constructors
Cryptography
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?