Top Description Fields Constructors
java.nio.channels

public Class ClosedByInterruptException

extends AsynchronousCloseException
Class Inheritance

Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel. Before this exception is thrown the channel will have been closed and the interrupt status of the previously-blocked thread will have been set.
Since
1.4

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
ClosedByInterruptException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.nio.channels.AsynchronousCloseException.serialVersionUID.

Annotations
@Serial

Constructor Detail

ClosedByInterruptExceptionback to summary
public ClosedByInterruptException()

Constructs an instance of this class.