| Package | Description |
|---|---|
| com.atlassian.crowd.exception |
| Modifier and Type | Method and Description |
|---|---|
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 © 2019 Atlassian. All rights reserved.