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, toString
public 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 Throwable
public String getMessage()
getMessage
in class Throwable
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.