Home
last modified time | relevance | path

Searched refs:NonRepeatableRequestException (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/client/
DNonRepeatableRequestException.java48 public class NonRepeatableRequestException extends ProtocolException { class
55 public NonRepeatableRequestException() { in NonRepeatableRequestException() method in NonRepeatableRequestException
64 public NonRepeatableRequestException(String message) { in NonRepeatableRequestException() method in NonRepeatableRequestException
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DDefaultRequestDirector.java60 import org.apache.http.client.NonRepeatableRequestException;
473 throw new NonRepeatableRequestException("Cannot retry request " + in execute()
477 throw new NonRepeatableRequestException("Cannot retry request " + in execute()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java65 import org.apache.http.client.NonRepeatableRequestException;
426 throw new NonRepeatableRequestException("Cannot retry request " + in execute()
/external/apache-http/api/
Dcurrent.txt1345 @Deprecated public class NonRepeatableRequestException extends org.apache.http.ProtocolException {
1346 ctor @Deprecated public NonRepeatableRequestException();
1347 ctor @Deprecated public NonRepeatableRequestException(String);