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

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

Completed in 27 milliseconds