javax.security.auth.login

Class AccountLockedException

public class AccountLockedException extends AccountException

An exception indicating that an account is locked.

Since: 1.5

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

Constructor Detail

AccountLockedException

public AccountLockedException()
Create a new exception object.

AccountLockedException

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

Parameters: message the detail message