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

/external/apache-http/src/org/apache/http/auth/
H A DAuthenticationException.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthenticationException.java $
42 public class AuthenticationException extends ProtocolException { class in inherits:ProtocolException
47 * Creates a new AuthenticationException with a <tt>null</tt> detail message.
49 public AuthenticationException() { method in class:AuthenticationException
54 * Creates a new AuthenticationException with the specified message.
58 public AuthenticationException(String message) { method in class:AuthenticationException
63 * Creates a new AuthenticationException with the specified detail message and cause.
69 public AuthenticationException(String message, Throwable cause) { method in class:AuthenticationException

Completed in 46 milliseconds