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

1 2 3

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ProtocolException.java 23 public class ProtocolException extends RuntimeException {
25 public ProtocolException() {
29 public ProtocolException(String message) {
  /libcore/ojluni/src/main/java/java/net/
ProtocolException.java 39 class ProtocolException extends IOException {
43 * Constructs a new {@code ProtocolException} with the
48 public ProtocolException(String host) {
53 * Constructs a new {@code ProtocolException} with no detail message.
55 public ProtocolException() {
58 // Android-added: ProtocolException ctor used by frameworks.
60 public ProtocolException(String msg, Throwable cause) {
  /external/apache-http/src/org/apache/http/
ProtocolException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/ProtocolException.java $
47 public class ProtocolException extends HttpException {
52 * Creates a new ProtocolException with a <tt>null</tt> detail message.
54 public ProtocolException() {
59 * Creates a new ProtocolException with the specified detail message.
63 public ProtocolException(String message) {
68 * Creates a new ProtocolException with the specified detail message and cause.
74 public ProtocolException(String message, Throwable cause) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ProtocolExceptionTest.java 20 import java.net.ProtocolException;
25 * java.net.ProtocolException#ProtocolException()
28 // Test for method java.net.ProtocolException()
30 throw new ProtocolException();
31 } catch (ProtocolException e) {
34 fail("Exception during ProtocolException test : " + e.getMessage());
40 * java.net.ProtocolException#ProtocolException(java.lang.String)
43 // Test for method java.net.ProtocolException(java.lang.String
    [all...]
  /frameworks/base/media/java/android/media/
Media2HTTPConnection.java 33 import java.net.ProtocolException;
293 throw new ProtocolException();
335 } catch (ProtocolException e) {
MediaHTTPConnection.java 34 import java.net.ProtocolException;
298 throw new ProtocolException();
347 } catch (ProtocolException e) {
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.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 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 

Completed in 174 milliseconds

1 2 3