HttpClient 4.1.1
Package Index
|
Class Index
org.apache.http.auth
org.apache.http.auth.params
org.apache.http.client
org.apache.http.client.entity
org.apache.http.client.methods
org.apache.http.client.params
org.apache.http.client.protocol
org.apache.http.client.utils
org.apache.http.conn
org.apache.http.conn.params
org.apache.http.conn.routing
org.apache.http.conn.scheme
org.apache.http.conn.ssl
org.apache.http.conn.util
org.apache.http.cookie
org.apache.http.cookie.params
org.apache.http.impl.auth
org.apache.http.impl.client
org.apache.http.impl.conn
org.apache.http.impl.conn.tsccm
org.apache.http.impl.cookie
Interfaces
AuthCache
AuthenticationHandler
CookieStore
CredentialsProvider
HttpClient
HttpRequestRetryHandler
RedirectHandler
RedirectStrategy
RequestDirector
ResponseHandler
<T>
UserTokenHandler
Exceptions
CircularRedirectException
ClientProtocolException
HttpResponseException
NonRepeatableRequestException
RedirectException
Package Index
|
Class Index
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
Also:
HttpClient
public class
ClientProtocolException
extends
IOException
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
java.io.IOException
↳
org.apache.http.client.ClientProtocolException
Known Direct Subclasses
HttpResponseException
HttpResponseException
Signals a non 2xx HTTP response.
Class Overview
Signals an error in the HTTP protocol.
Summary
Public Constructors
ClientProtocolException
()
ClientProtocolException
(
String
s)
ClientProtocolException
(
Throwable
cause)
ClientProtocolException
(
String
message,
Throwable
cause)
[Expand]
Inherited Methods
From class
java.lang.Throwable
synchronized
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
ClientProtocolException
()
Also:
HttpClient
public
ClientProtocolException
(
String
s)
Also:
HttpClient
public
ClientProtocolException
(
Throwable
cause)
Also:
HttpClient
public
ClientProtocolException
(
String
message,
Throwable
cause)
Also:
HttpClient