Package org.apache.http.client
Class ClientProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.http.client.ClientProtocolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpResponseException
Signals an error in the HTTP protocol.
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientProtocolException
(String message, Throwable cause) ClientProtocolException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientProtocolException
public ClientProtocolException() -
ClientProtocolException
-
ClientProtocolException
-
ClientProtocolException
-