Top Description Fields Constructors
java.nio.channels

public Class InterruptedByTimeoutException

extends IOException
Class Inheritance

Checked exception received by a thread when a timeout elapses before an asynchronous operation completes.
Since
1.7

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
InterruptedByTimeoutException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.io.IOException.serialVersionUID.

Annotations
@Serial

Constructor Detail

InterruptedByTimeoutExceptionback to summary
public InterruptedByTimeoutException()

Constructs an instance of this class.