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

/external/apache-http/src/org/apache/http/auth/
H A DMalformedChallengeException.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/MalformedChallengeException.java $
43 public class MalformedChallengeException extends ProtocolException { class in inherits:ProtocolException
48 * Creates a new MalformedChallengeException with a <tt>null</tt> detail message.
50 public MalformedChallengeException() { method in class:MalformedChallengeException
55 * Creates a new MalformedChallengeException with the specified message.
59 public MalformedChallengeException(String message) { method in class:MalformedChallengeException
64 * Creates a new MalformedChallengeException with the specified detail message and cause.
70 public MalformedChallengeException(String message, Throwable cause) { method in class:MalformedChallengeException

Completed in 78 milliseconds