java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | com.atlassian.crowd.exception.CrowdException | ||||
↳ | com.atlassian.crowd.exception.FailedAuthenticationException | ||||
↳ | com.atlassian.crowd.exception.InactiveAccountException |
Thrown when the account is inactive.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new InvalidAccountException.
| |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of the account.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Constructs a new InvalidAccountException.
name | name of the account |
---|