public class AuthException extends Exception
| Modifier and Type | Field and Description |
|---|---|
String |
errorCode |
String |
errorContext |
| Constructor and Description |
|---|
AuthException(String aErrorCode,
String message) |
AuthException(String aErrorCode,
String message,
Exception e) |
AuthException(String aErrorContext,
String aErrorCode,
String message) |
AuthException(String aErrorContext,
String aErrorCode,
String message,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorContext() |
void |
setErrorCode(String errorCode) |
void |
setErrorContext(String errorContext) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2006–2020 Imixs Software Solutions GmbH. All rights reserved.