public class AuthFailedException extends Exception
| Constructor and Description |
|---|
AuthFailedException(EAuthError error) |
AuthFailedException(Throwable ex) |
| Modifier and Type | Method and Description |
|---|---|
EAuthError |
getError() |
String |
getLocalizedMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthFailedException(Throwable ex)
ex - Throwable the source-cause of the exceptionpublic AuthFailedException(EAuthError error)
error - EAuthError the reason of the exceptionpublic EAuthError getError()
EAuthError the reason of the exceptionpublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class ThrowableCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.