random
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
random
crypto-rand
/
org.kotlincrypto.random
/
RandomnessProcurementException
Randomness
Procurement
Exception
class
RandomnessProcurementException
:
GeneralSecurityException
(
source
)
This exception is thrown when procurement of random data has, for one reason or another, failed.
Members
Constructors
Randomness
Procurement
Exception
Link copied to clipboard
constructor
(
)
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
?