EventCancelledException

class EventCancelledException : RuntimeException

Constructors

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

Properties

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