Searched refs:AccountLockedException (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/javax/security/auth/login/
H A DAccountLockedException.java37 public class AccountLockedException extends AccountException { class in inherits:AccountException
42 * Constructs a AccountLockedException with no detail message.
45 public AccountLockedException() { method in class:AccountLockedException
50 * Constructs a AccountLockedException with the specified
56 public AccountLockedException(String msg) { method in class:AccountLockedException
/openjdk10/jdk/test/javax/security/auth/login/Exceptions/
H A DNewExceptions.java38 AccountLockedException ale =
39 new AccountLockedException("AccountLockedException");
61 !ale.getMessage().equals("AccountLockedException") ||

Completed in 38 milliseconds