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:
java.io.Serializable

public class AuthenticatorException
extends java.lang.Exception

An exception for all Authenticator related error conditions

See Also:
Authenticator, Serialized Form

Constructor Summary
AuthenticatorException()
           
AuthenticatorException(java.lang.String s)
           
 
Method Summary
 
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(java.lang.String s)


Copyright © 2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.