com.atlassian.seraph.auth
Class AuthenticatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.seraph.auth.AuthenticatorException
- All Implemented Interfaces:
- Serializable
public class AuthenticatorException
- extends Exception
An exception for all Authenticator related error conditions
- See Also:
Authenticator
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticatorException
public AuthenticatorException()
AuthenticatorException
public AuthenticatorException(String s)
AuthenticatorException
public AuthenticatorException(AuthenticationErrorType errorType)
getErrorType
public AuthenticationErrorType getErrorType()
Copyright © 2013 Atlassian. All Rights Reserved.