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
 
 public class AuthFailedException extends Exception Exception which is thrown when an authentication-error occurs- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthFailedException(EAuthError error)AuthFailedException(Throwable ex)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EAuthErrorgetError()StringgetLocalizedMessage()StringgetMessage()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
AuthFailedExceptionpublic AuthFailedException(Throwable ex) - Parameters:
- ex-- Throwablethe source-cause of the exception
 
 - 
AuthFailedExceptionpublic AuthFailedException(EAuthError error) - Parameters:
- error-- EAuthErrorthe reason of the exception
 
 
- 
 - 
Method Detail- 
getErrorpublic EAuthError getError() - Returns:
- EAuthErrorthe reason of the exception
 
 - 
getLocalizedMessagepublic String getLocalizedMessage() - Overrides:
- getLocalizedMessagein class- Throwable
 
 - 
getMessagepublic String getMessage() - Overrides:
- getMessagein class- Throwable
 
 
- 
 
-