public class AuthenticationException extends Exception implements Serializable
| Constructor and Description |
|---|
AuthenticationException(int errorcode) |
AuthenticationException(int errorcode,
String s) |
AuthenticationException(int errorcode,
String s,
Throwable t) |
AuthenticationException(int errorcode,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022. All rights reserved.