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