public class AuthorizationException extends RuntimeException
| Constructor and Description |
|---|
AuthorizationException() |
AuthorizationException(String message) |
AuthorizationException(String message,
Throwable cause) |
AuthorizationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AuthorizationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthorizationException()
public AuthorizationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public AuthorizationException(String message)
public AuthorizationException(Throwable cause)
Copyright © 2022. All Rights Reserved.