SecurityException

class SecurityException(message: String) : Exception

A security exception.

Constructors

SecurityException
Link copied to clipboard
js
fun SecurityException(message: String)

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

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