Searched defs:AccountNotFoundException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DAccountNotFoundException.java36 public class AccountNotFoundException extends AccountException { class in inherits:AccountException
41 * Constructs a AccountNotFoundException with no detail message.
44 public AccountNotFoundException() { method in class:AccountNotFoundException
49 * Constructs a AccountNotFoundException with the specified
57 public AccountNotFoundException(String msg) { method in class:AccountNotFoundException

Completed in 22 milliseconds