EventCancelledException

class EventCancelledException : RuntimeException

Constructors

Link copied to clipboard
fun EventCancelledException()
Link copied to clipboard
fun EventCancelledException(message: String?)
Link copied to clipboard
fun EventCancelledException(message: String?, cause: Throwable?)
Link copied to clipboard
fun EventCancelledException(cause: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?