Package java.nio.channels
Class AsynchronousCloseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.channels.ClosedChannelException
java.nio.channels.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 Summary
Constructors Constructor Description AsynchronousCloseException()Constructs anAsynchronousCloseException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AsynchronousCloseException
public AsynchronousCloseException()Constructs anAsynchronousCloseException.
-