Package de.xima.fc.com.auth
Class AuthFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.com.auth.AuthFailedException
- All Implemented Interfaces:
Serializable
Exception which is thrown when an authentication-error occurs
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthFailedException
- Parameters:
ex
-Throwable
the source-cause of the exception
-
AuthFailedException
- Parameters:
error
-EAuthError
the reason of the exception
-
-
Method Details
-
getError
- Returns:
EAuthError
the reason of the exception
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
getMessage
- Overrides:
getMessage
in classThrowable
-