Searched defs:ConnectionPendingException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
H A DConnectionPendingException.java20 * A {@code ConnectionPendingException} is thrown when an attempt is made to
24 public class ConnectionPendingException extends IllegalStateException { class in inherits:IllegalStateException
29 * Constructs a {@code ConnectionPendingException}.
31 public ConnectionPendingException() { method in class:ConnectionPendingException

Completed in 49 milliseconds