Top Description Fields Constructors
java.nio.channels

public Class AsynchronousCloseException

extends ClosedChannelException
Class Inheritance
Known Direct Subclasses
java.nio.channels.ClosedByInterruptException

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.
Since
1.4

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
AsynchronousCloseException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.nio.channels.ClosedChannelException.serialVersionUID.

Annotations
@Serial

Constructor Detail

AsynchronousCloseExceptionback to summary
public AsynchronousCloseException()

Constructs an instance of this class.