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