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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DAuthenticationException.java36 * should catch AuthenticationException explicitly before attempting to
37 * catch NamingException. After catching AuthenticationException, the
50 public class AuthenticationException extends NamingSecurityException { class in inherits:NamingSecurityException
52 * Constructs a new instance of AuthenticationException using the
59 public AuthenticationException(String explanation) { method in class:AuthenticationException
64 * Constructs a new instance of AuthenticationException.
67 public AuthenticationException() { method in class:AuthenticationException
/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DAuthenticationException.java34 * Note that the lack of an AuthenticationException does not mean that
37 * AuthenticationException if it is unable to determine the nature
46 public class AuthenticationException extends SaslException { class in inherits:SaslException
48 * Constructs a new instance of <tt>AuthenticationException</tt>.
51 public AuthenticationException () { method in class:AuthenticationException
56 * Constructs a new instance of <tt>AuthenticationException</tt>
63 public AuthenticationException (String detail) { method in class:AuthenticationException
68 * Constructs a new instance of <tt>AuthenticationException</tt> with a detailed message
77 public AuthenticationException (String detail, Throwable ex) { method in class:AuthenticationException

Completed in 39 milliseconds