Package com.atlassian.crowd.exception
Class AccountNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.FailedAuthenticationException
com.atlassian.crowd.exception.AccountNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when the account could not be found during an authentication attempt.
- Since:
- 2.2.4
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new AccountNotFoundException.AccountNotFoundException
(String name, Throwable e) Constructs a new AccountNotFoundException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccountNotFoundException
Constructs a new AccountNotFoundException.- Parameters:
name
- name of the account
-
AccountNotFoundException
Constructs a new AccountNotFoundException.- Parameters:
name
- name of the accounte
- cause of the exception
-
-
Method Details
-
getName
Returns the name of the account.- Returns:
- name of the account
-