AuthorizeException

constructor(message: String)(source)

Constructs a new AuthorizeException with the specified detail message.

Parameters

message

The detail message.


constructor(message: String, cause: Throwable)(source)

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

Parameters

message

The detail message.

cause

The cause of the exception.