mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.event.events
/
EventCancelledException
Event
Cancelled
Exception
class
EventCancelledException
:
RuntimeException
Members
Constructors
Event
Cancelled
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?