AuthorizeException

Exception class for authorization errors.

Constructors

Link copied to clipboard
constructor(message: String)

Constructs a new AuthorizeException with the specified detail message.

constructor(message: String, cause: Throwable)

Constructs a new AuthorizeException with the specified detail message and cause.