HomeSort by relevance Sort by last modified time
    Searched defs:HttpException (Results 1 - 25 of 37) sorted by null

1 2

  /external/apache-http/src/org/apache/http/
HttpException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpException.java $
48 public class HttpException extends Exception {
53 * Creates a new HttpException with a <tt>null</tt> detail message.
55 public HttpException() {
60 * Creates a new HttpException with the specified detail message.
64 public HttpException(final String message) {
69 * Creates a new HttpException with the specified detail message and cause.
75 public HttpException(final String message, final Throwable cause) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
HttpException.java 22 * The HttpException exception represents a XML/HTTP fault with a HTTP status code.
24 public class HttpException extends Exception {
34 public HttpException(int statusCode) {
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpException.java 23 public class HttpException extends IOException
29 public HttpException(int status)
36 public HttpException(int status,String reason)
43 public HttpException(int status,String reason, Throwable rootCause)
90 return ("HttpException("+_status+","+_reason+","+super.getCause()+")");
HttpParser.java 360 throw new HttpException(HttpStatus.BAD_REQUEST_400);
386 throw new HttpException(HttpStatus.BAD_REQUEST_400);
404 throw new HttpException(HttpStatus.BAD_REQUEST_400);
541 throw new HttpException(HttpStatus.BAD_REQUEST_400);
560 throw new HttpException(400,null);
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
HttpHelper.java 29 public String get(GetRequest request) throws IOException, HttpException;
32 throws IOException, HttpException;
34 public String post(PostRequest request) throws IOException, HttpException;
37 throws IOException, HttpException;
121 public static class HttpException extends IOException {
125 public HttpException(int statusCode, String reasonPhrase) {
  /external/jetty/src/java/org/eclipse/jetty/server/
AbstractHttpConnection.java 37 import org.eclipse.jetty.http.HttpException;
483 throw new HttpException(400);
542 catch (HttpException e)
645 throw new HttpException(HttpStatus.INTERNAL_SERVER_ERROR_500);
673 throw new HttpException(HttpStatus.INTERNAL_SERVER_ERROR_500);
818 throw new HttpException(HttpStatus.BAD_REQUEST_400,null);
827 if (e instanceof HttpException)
828 throw (HttpException)e;
829 throw new HttpException(HttpStatus.BAD_REQUEST_400,null,e);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 377 milliseconds

1 2