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

  /libcore/luni/src/main/java/java/nio/channels/
ConnectionPendingException.java 20 * A {@code ConnectionPendingException} is thrown when an attempt is made to
24 public class ConnectionPendingException extends IllegalStateException {
29 * Constructs a {@code ConnectionPendingException}.
31 public ConnectionPendingException() {
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ConnectionPendingExceptionTest.java 23 import java.nio.channels.ConnectionPendingException;
30 * Tests for ConnectionPendingException
32 @TestTargetClass(ConnectionPendingException.class)
36 * @tests {@link java.nio.channels.ConnectionPendingException#ConnectionPendingException()}
39 ConnectionPendingException e = new ConnectionPendingException();
58 method = "ConnectionPendingException",
64 SerializationTest.verifySelf(new ConnectionPendingException());
80 method = "ConnectionPendingException",
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
SocketChannelImpl.java 39 import java.nio.channels.ConnectionPendingException;
496 throw new ConnectionPendingException();
622 throw new ConnectionPendingException();
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 69 milliseconds