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

/libcore/luni/src/main/java/java/nio/channels/
H A DAlreadyConnectedException.java20 * An {@code AlreadyConnectedException} is thrown when an attempt is made to
23 public class AlreadyConnectedException extends IllegalStateException { class in inherits:IllegalStateException
28 * Constructs an {@code AlreadyConnectedException}.
30 public AlreadyConnectedException() { method in class:AlreadyConnectedException

Completed in 75 milliseconds