NonRepeatableRequestExceptionpublic class NonRepeatableRequestException extends ProtocolException Signals failure to retry the request due to non-repeatable request
entity. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public NonRepeatableRequestException()Creates a new NonRepeatableEntityException with a null detail message.
super();
| public NonRepeatableRequestException(String message)Creates a new NonRepeatableEntityException with the specified detail message.
super(message);
|
|