com.atlassian.crowd.integration.exception
Class InvalidAuthenticationException

java.lang.Object
  extended by NestableException
      extended by com.atlassian.crowd.integration.exception.CrowdNestableException
          extended by com.atlassian.crowd.integration.exception.InvalidAuthenticationException

public class InvalidAuthenticationException
extends CrowdNestableException

Thrown when the attempted authentication is not valid.

Version:
1.0
Author:
Justen Stepka

Field Summary
static String MAX_INVALID_PASSWORD_ATTEMPTS
           
 
Constructor Summary
InvalidAuthenticationException()
          Default constructor.
InvalidAuthenticationException(String s)
          Default constructor.
InvalidAuthenticationException(String s, Throwable throwable)
          Default constructor.
InvalidAuthenticationException(Throwable throwable)
          Default constructor.
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.integration.exception.CrowdNestableException
getThrowableCount, getThrowables, setMessages, setThrowableCount, setThrowables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_INVALID_PASSWORD_ATTEMPTS

public static final String MAX_INVALID_PASSWORD_ATTEMPTS
See Also:
Constant Field Values
Constructor Detail

InvalidAuthenticationException

public InvalidAuthenticationException()
Default constructor.


InvalidAuthenticationException

public InvalidAuthenticationException(String s)
Default constructor.

Parameters:
s - the message.

InvalidAuthenticationException

public InvalidAuthenticationException(String s,
                                      Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

InvalidAuthenticationException

public InvalidAuthenticationException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.