Added in API level 26
Summary:
Ctors
| Inherited Methods
InterruptedByTimeoutException
public
class
InterruptedByTimeoutException
extends IOException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.io.IOException | |||
↳ | java.nio.channels.InterruptedByTimeoutException |
Checked exception received by a thread when a timeout elapses before an asynchronous operation completes.
Summary
Public constructors | |
---|---|
InterruptedByTimeoutException()
Constructs an instance of this class. |
Inherited methods | |
---|---|
Public constructors
InterruptedByTimeoutException
Added in API level 26
public InterruptedByTimeoutException ()
Constructs an instance of this class.