javax.security.auth.login

Class AccountNotFoundException

public class AccountNotFoundException extends AccountException

An exception indicating that an account was not found.

Since: 1.5

Constructor Summary
AccountNotFoundException()
Create a new exception object.
AccountNotFoundException(String message)
Create a new exception with the given detail message.

Constructor Detail

AccountNotFoundException

public AccountNotFoundException()
Create a new exception object.

AccountNotFoundException

public AccountNotFoundException(String message)
Create a new exception with the given detail message.

Parameters: message the detail message