# Print output for @column tags ?> InterruptedByTimeoutException - Android SDK | Android Developers

Most visited

Recently visited

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

public InterruptedByTimeoutException ()

Constructs an instance of this class.