public class AuthenticationException extends RuntimeException
| Constructor and Description |
|---|
AuthenticationException(String status,
int code) |
AuthenticationException(String status,
int code,
String message) |
AuthenticationException(String status,
int code,
String message,
Throwable throwable) |
AuthenticationException(String status,
int code,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getStatus() |
void |
setCode(int code) |
void |
setStatus(String status) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2020. All rights reserved.