toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-common
/
dev.kord.common.exception
/
RequestException
Request
Exception
abstract
class
RequestException
:
Exception
(
source
)
Signals that some kind of exception occurred when attempting to interact with an entity.
Members
Constructors
Request
Exception
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
cause
:
Throwable
)
constructor
(
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?