No examples for this method.
Frequently called with: [Clear]
-1
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Creates an exception without a detail message.
Creates an exception with the specified detail message.
message | The exception detail message |
---|