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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DAuthenticationNotSupportedException.java41 * should catch AuthenticationNotSupportedException explicitly before
43 * <code>AuthenticationNotSupportedException</code>, the program could
55 public class AuthenticationNotSupportedException extends NamingSecurityException { class in inherits:NamingSecurityException
57 * Constructs a new instance of AuthenticationNotSupportedException using
64 public AuthenticationNotSupportedException(String explanation) { method in class:AuthenticationNotSupportedException
69 * Constructs a new instance of AuthenticationNotSupportedException
72 public AuthenticationNotSupportedException() { method in class:AuthenticationNotSupportedException

Completed in 34 milliseconds