LunaticChat
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LunaticChat
engine
/
dev.m1sk9.lunaticChat.engine.exception
/
ChannelAlreadyActiveException
Channel
Already
Active
Exception
class
ChannelAlreadyActiveException
(
val
playerId
:
UUID
,
val
channelId
:
String
)
:
Exception
(
source
)
Members
Constructors
Channel
Already
Active
Exception
Link copied to clipboard
constructor
(
playerId
:
UUID
,
channelId
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
channel
Id
Link copied to clipboard
val
channelId
:
String
message
Link copied to clipboard
open
val
message
:
String
?
player
Id
Link copied to clipboard
val
playerId
:
UUID