public class AccountNotFoundException extends FailedAuthenticationException
| Constructor and Description |
|---|
AccountNotFoundException(String name)
Constructs a new AccountNotFoundException.
|
AccountNotFoundException(String name,
Throwable e)
Constructs a new AccountNotFoundException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the account.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019 Atlassian. All rights reserved.