javax.security.auth.login

Class AccountException

public class AccountException extends LoginException

This is the base class for various account-related exceptions.

Since: 1.5

Constructor Summary
AccountException()
Create a new exception object.
AccountException(String message)
Create a new exception with the indicated detail message.

Constructor Detail

AccountException

public AccountException()
Create a new exception object.

AccountException

public AccountException(String message)
Create a new exception with the indicated detail message.

Parameters: message the detail message