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
public class AccountNotFoundException
- extends FailedAuthenticationException
Thrown when the account could not be found during an authentication attempt.
- Since:
- 2.2.4
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AccountNotFoundException
public AccountNotFoundException(String name)
- Constructs a new AccountNotFoundException.
- Parameters:
name - name of the account
AccountNotFoundException
public AccountNotFoundException(String name,
Throwable e)
- Constructs a new AccountNotFoundException.
- Parameters:
name - name of the accounte - cause of the exception
getName
public String getName()
- Returns the name of the account.
- Returns:
- name of the account
Copyright © 2013 Atlassian. All Rights Reserved.