org.apache.http.client.NonRepeatableRequestException
Signals failure to retry the request due to non-repeatable request
entity.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
NonRepeatableRequestException()
Creates a new NonRepeatableEntityException with a null detail message.
public
NonRepeatableRequestException(String message)
Creates a new NonRepeatableEntityException with the specified detail message.
Parameters
message
| The exception detail message
|