AsynchronousCloseExceptionpublic class AsynchronousCloseException extends ClosedChannelException An {@code AsynchronousCloseException} is thrown when the underlying channel
for an I/O operation is closed by another thread. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public AsynchronousCloseException()Constructs an {@code AsynchronousCloseException}.
super();
|
|