LunaticChat
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LunaticChat
engine
/
dev.m1sk9.lunaticChat.engine.exception
/
ChannelRuntimeException
Channel
Runtime
Exception
class
ChannelRuntimeException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
Members
Constructors
Channel
Runtime
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?