Class AsynchronousCloseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClosedByInterruptException

public class AsynchronousCloseException
extends ClosedChannelException
An AsynchronousCloseException is thrown when the underlying channel for an I/O operation is closed by another thread.
See Also:
Serialized Form
  • Constructor Details

    • AsynchronousCloseException

      public AsynchronousCloseException()
      Constructs an AsynchronousCloseException.