Uses of Class
com.atlassian.crowd.exception.InvalidAuthenticationException

Packages that use InvalidAuthenticationException
com.atlassian.crowd.exception   
 

Uses of InvalidAuthenticationException in com.atlassian.crowd.exception
 

Methods in com.atlassian.crowd.exception that return InvalidAuthenticationException
static InvalidAuthenticationException InvalidAuthenticationException.newInstanceWithName(String name)
          Creates a new instance of an InvalidAuthenticationException with a default detail message using the name of the entity that failed to authenticate.
static InvalidAuthenticationException InvalidAuthenticationException.newInstanceWithName(String name, Throwable cause)
          Creates a new instance of an InvalidAuthenticationException with a default detail message using the name of the entity that failed to authenticate, and a cause.
static InvalidAuthenticationException InvalidAuthenticationException.newInstanceWithNameAndDescriptionFromCause(String name, Throwable cause)
           
 



Copyright © 2014 Atlassian. All Rights Reserved.