HomeSort by relevance Sort by last modified time
    Searched refs:UnknownServiceException (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/java/net/
UnknownServiceException.java 28 public class UnknownServiceException extends IOException {
33 * Constructs a new {@code UnknownServiceException} instance with its
36 public UnknownServiceException() {
41 * Constructs a new {@code UnknownServiceException} instance with its
47 public UnknownServiceException(String detailMessage) {
URLConnection.java 318 throw new UnknownServiceException();
609 * this {@code URLConnection}. It throws an UnknownServiceException by
617 throw new UnknownServiceException("Does not support writing to the input stream");
635 * URLConnection}. It throws an {@code UnknownServiceException} by default.
643 throw new UnknownServiceException("Does not support writing to the output stream");
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 57 import java.net.UnknownServiceException;
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 177 milliseconds