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.

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard