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
public class ClientProtocolException
- extends IOException
Signals an error in the HTTP protocol.
- Since:
- 4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClientProtocolException
public ClientProtocolException()
ClientProtocolException
public ClientProtocolException(String s)
ClientProtocolException
public ClientProtocolException(Throwable cause)
ClientProtocolException
public ClientProtocolException(String message,
Throwable cause)
Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.