public class

AccountNotFoundException

extends FailedAuthenticationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.FailedAuthenticationException
           ↳ com.atlassian.crowd.exception.AccountNotFoundException

Class Overview

Thrown when the account could not be found during an authentication attempt.

Summary

Public Constructors
AccountNotFoundException(String name)
Constructs a new AccountNotFoundException.
AccountNotFoundException(String name, Throwable e)
Constructs a new AccountNotFoundException.
Public Methods
String getName()
Returns the name of the account.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AccountNotFoundException (String name)

Constructs a new AccountNotFoundException.

Parameters
name name of the account

public AccountNotFoundException (String name, Throwable e)

Constructs a new AccountNotFoundException.

Parameters
name name of the account
e cause of the exception

Public Methods

public String getName ()

Returns the name of the account.

Returns
  • name of the account