Uses of Class
com.atlassian.crowd.exception.InvalidAuthenticationException
Packages that use InvalidAuthenticationException
-
Uses of InvalidAuthenticationException in com.atlassian.crowd.exception
Methods in com.atlassian.crowd.exception that return InvalidAuthenticationExceptionModifier and TypeMethodDescriptionInvalidAuthenticationException.newInstanceWithName(String name) Creates a new instance of anInvalidAuthenticationExceptionwith a default detail message using the name of the entity that failed to authenticate.InvalidAuthenticationException.newInstanceWithName(String name, Throwable cause) Creates a new instance of anInvalidAuthenticationExceptionwith a default detail message using the name of the entity that failed to authenticate, and a cause.InvalidAuthenticationException.newInstanceWithNameAndDescriptionFromCause(String name, Throwable cause)