Searched defs:AccountLockedException (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/security/auth/login/ | ||
H A D | AccountLockedException.java | 37 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 58 public AccountLockedException(String msg) { method in class:AccountLockedException |
Completed in 29 milliseconds