| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | org.apache.http.HttpException | ||||
| ↳ | org.apache.http.ProtocolException | ||||
| ↳ | org.apache.http.UnsupportedHttpVersionException | ||||
Indicates an unsupported version of the HTTP protocol.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates an exception without a detail message.
|
||||||||||
|
|
Creates an exception with the specified detail message.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||||||
Creates an exception without a detail message.
Creates an exception with the specified detail message.
| message | The exception detail message |
|---|