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

/libcore/luni/src/main/java/java/nio/channels/
H A DNoConnectionPendingException.java20 * A {@code NoConnectionPendingException} is thrown if {@code SocketChannel}'s
26 public class NoConnectionPendingException extends IllegalStateException { class in inherits:IllegalStateException
31 * Constructs a {@code NoConnectionPendingException}.
33 public NoConnectionPendingException() { method in class:NoConnectionPendingException

Completed in 24 milliseconds