Package org.apache.http.client
Class NonRepeatableRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.http.HttpException
org.apache.http.ProtocolException
org.apache.http.client.NonRepeatableRequestException
- All Implemented Interfaces:
Serializable
Signals failure to retry the request due to non-repeatable request
entity.
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new NonRepeatableEntityException with anull
detail message.NonRepeatableRequestException
(String message) Creates a new NonRepeatableEntityException with the specified detail message.NonRepeatableRequestException
(String message, Throwable cause) Creates a new NonRepeatableEntityException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonRepeatableRequestException
public NonRepeatableRequestException()Creates a new NonRepeatableEntityException with anull
detail message. -
NonRepeatableRequestException
Creates a new NonRepeatableEntityException with the specified detail message.- Parameters:
message
- The exception detail message
-
NonRepeatableRequestException
Creates a new NonRepeatableEntityException with the specified detail message.- Parameters:
message
- The exception detail messagecause
- the cause
-