Searched refs:NonRepeatableRequestException (Results 1 – 4 of 4) sorted by relevance
48 public class NonRepeatableRequestException extends ProtocolException { class55 public NonRepeatableRequestException() { in NonRepeatableRequestException() method in NonRepeatableRequestException64 public NonRepeatableRequestException(String message) { in NonRepeatableRequestException() method in NonRepeatableRequestException
60 import org.apache.http.client.NonRepeatableRequestException;473 throw new NonRepeatableRequestException("Cannot retry request " + in execute()477 throw new NonRepeatableRequestException("Cannot retry request " + in execute()
65 import org.apache.http.client.NonRepeatableRequestException;426 throw new NonRepeatableRequestException("Cannot retry request " + in execute()
1345 @Deprecated public class NonRepeatableRequestException extends org.apache.http.ProtocolException {1346 ctor @Deprecated public NonRepeatableRequestException();1347 ctor @Deprecated public NonRepeatableRequestException(String);