Home
last modified time | relevance | path

Searched refs:MethodNotSupportedException (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
DDefaultHttpRequestFactory.java36 import org.apache.http.MethodNotSupportedException;
88 throws MethodNotSupportedException { in newHttpRequest()
100 throw new MethodNotSupportedException(method + " method not supported"); in newHttpRequest()
105 throws MethodNotSupportedException { in newHttpRequest()
113 throw new MethodNotSupportedException(method in newHttpRequest()
/external/apache-http/src/org/apache/http/
DMethodNotSupportedException.java49 public class MethodNotSupportedException extends HttpException { class
58 public MethodNotSupportedException(final String message) { in MethodNotSupportedException() method in MethodNotSupportedException
69 public MethodNotSupportedException(final String message, final Throwable cause) { in MethodNotSupportedException() method in MethodNotSupportedException
DHttpRequestFactory.java51 throws MethodNotSupportedException; in newHttpRequest()
54 throws MethodNotSupportedException; in newHttpRequest()
/external/apache-http/src/org/apache/http/protocol/
DHttpService.java46 import org.apache.http.MethodNotSupportedException;
223 if (ex instanceof MethodNotSupportedException) { in handleException()
/external/apache-http/api/
Dcurrent.txt983 …est newHttpRequest(org.apache.http.RequestLine) throws org.apache.http.MethodNotSupportedException;
984 …http.HttpRequest newHttpRequest(String, String) throws org.apache.http.MethodNotSupportedException;
1085 @Deprecated public class MethodNotSupportedException extends org.apache.http.HttpException {
1086 ctor @Deprecated public MethodNotSupportedException(String);
1087 ctor @Deprecated public MethodNotSupportedException(String, Throwable);
2246 …est newHttpRequest(org.apache.http.RequestLine) throws org.apache.http.MethodNotSupportedException;
2247 …http.HttpRequest newHttpRequest(String, String) throws org.apache.http.MethodNotSupportedException;