com.atlassian.seraph.auth
Class AuthenticatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
AuthenticatorException()
           
AuthenticatorException(AuthenticationErrorType errorType)
           
AuthenticatorException(String s)
           
 
Method Summary
 AuthenticationErrorType getErrorType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticatorException

public AuthenticatorException()

AuthenticatorException

public AuthenticatorException(String s)

AuthenticatorException

public AuthenticatorException(AuthenticationErrorType errorType)
Method Detail

getErrorType

public AuthenticationErrorType getErrorType()


Copyright © 2013 Atlassian. All Rights Reserved.