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

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

Completed in 34 milliseconds