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

/libcore/luni/src/main/java/java/nio/channels/
H A DAsynchronousCloseException.java20 * An {@code AsynchronousCloseException} is thrown when the underlying channel
23 public class AsynchronousCloseException extends ClosedChannelException { class in inherits:ClosedChannelException
28 * Constructs an {@code AsynchronousCloseException}.
30 public AsynchronousCloseException() { method in class:AsynchronousCloseException

Completed in 496 milliseconds