HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionPendingException (Results 1 - 20 of 20) 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ConnectionPendingExceptionTest.java 18 import java.nio.channels.ConnectionPendingException;
25 * Tests for ConnectionPendingException
30 * @tests {@link java.nio.channels.ConnectionPendingException#ConnectionPendingException()}
33 ConnectionPendingException e = new ConnectionPendingException();
44 SerializationTest.verifySelf(new ConnectionPendingException());
52 SerializationTest.verifyGolden(this, new ConnectionPendingException());
SocketChannelTest.java 35 import java.nio.channels.ConnectionPendingException;
618 fail("Should throw ConnectionPendingException");
619 } catch (ConnectionPendingException e1) {
970 fail("Should throw a ConnectionPendingException here.");
971 } catch (ConnectionPendingException e) {
979 fail("Should throw a ConnectionPendingException here.");
980 } catch (ConnectionPendingException e) {
990 fail("Should throw a ConnectionPendingException here.");
991 } catch (ConnectionPendingException e) {
    [all...]
  /libcore/luni/src/main/java/java/nio/
SocketChannelImpl.java 38 import java.nio.channels.ConnectionPendingException;
436 throw new ConnectionPendingException();
546 throw new ConnectionPendingException();
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 1724 milliseconds