Added in API level 26

InterruptedByTimeoutException

open class InterruptedByTimeoutException : IOException
kotlin.Any
   ↳ kotlin.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

Constructs an instance of this class.

Public constructors

InterruptedByTimeoutException

Added in API level 26
InterruptedByTimeoutException()

Constructs an instance of this class.