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.client.NonRepeatableRequestException | ||||
Signals failure to retry the request due to non-repeatable request entity.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new NonRepeatableEntityException with a
null detail message.
|
||||||||||
|
|
Creates a new NonRepeatableEntityException with the specified detail message.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Throwable
|
|||||||||||
From class java.lang.Object
|
|||||||||||
Creates a new NonRepeatableEntityException with a null detail message.
Creates a new NonRepeatableEntityException with the specified detail message.
| message | The exception detail message |
|---|