AsynchronousCloseException
public
class
AsynchronousCloseException
extends ClosedChannelException
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | java.nio.channels.ClosedChannelException | ||||
↳ | java.nio.channels.AsynchronousCloseException |
Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation.
Summary
Public constructors | |
---|---|
AsynchronousCloseException()
Constructs an instance of this class. |
Inherited methods | |
---|---|
Public constructors
AsynchronousCloseException
AsynchronousCloseException ()
Constructs an instance of this class.
Interfaces
Classes
- AsynchronousChannelGroup
- AsynchronousFileChannel
- AsynchronousServerSocketChannel
- AsynchronousSocketChannel
- Channels
- DatagramChannel
- FileChannel
- FileChannel.MapMode
- FileLock
- MembershipKey
- Pipe
- Pipe.SinkChannel
- Pipe.SourceChannel
- SelectableChannel
- SelectionKey
- Selector
- ServerSocketChannel
- SocketChannel
Exceptions
- AcceptPendingException
- AlreadyBoundException
- AlreadyConnectedException
- AsynchronousCloseException
- CancelledKeyException
- ClosedByInterruptException
- ClosedChannelException
- ClosedSelectorException
- ConnectionPendingException
- FileLockInterruptionException
- IllegalBlockingModeException
- IllegalChannelGroupException
- IllegalSelectorException
- InterruptedByTimeoutException
- NoConnectionPendingException
- NonReadableChannelException
- NonWritableChannelException
- NotYetBoundException
- NotYetConnectedException
- OverlappingFileLockException
- ReadPendingException
- ShutdownChannelGroupException
- UnresolvedAddressException
- UnsupportedAddressTypeException
- WritePendingException