public class AccountNotFoundException extends AccountException
This exception may be thrown by a LoginModule if it is unable to locate an account necessary to perform authentication.
Constructor and Description |
---|
AccountNotFoundException()
Constructs a AccountNotFoundException with no detail message.
|
AccountNotFoundException(String msg)
Constructs a AccountNotFoundException with the specified
detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccountNotFoundException()
public AccountNotFoundException(String msg)
msg
- the detail message.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.