No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.io.IOException | ||||
| ↳ | java.nio.channels.ClosedChannelException | ||||
| ↳ | java.nio.channels.AsynchronousCloseException | ||||
Known Direct Subclasses
|
|||||||||||||
An AsynchronousCloseException is thrown when the underlying channel for an I/O operation is closed by another thread.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Constructs an
AsynchronousCloseException.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Throwable
|
|||||||||||||||||||||||||||||||||
From class java.lang.Object
|
|||||||||||||||||||||||||||||||||
