PermissionException

class PermissionException(val msg: String)

Thrown to indicate that the calling user does not have permission for something they have requested (for example calling a method).

Constructors

Link copied to clipboard
constructor(msg: String)

Properties

Link copied to clipboard
val msg: String