com.atlassian.seraph.auth
Class AuthenticatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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)
           
 
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 © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.