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

Most visited


Recently visited


ReadPendingException

public class ReadPendingException
extends IllegalStateException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ java.nio.channels.ReadPendingException


Unchecked exception thrown when an attempt is made to read from an asynchronous socket channel and a previous read has not completed.

Summary


Public constructors

ReadPendingException()

Constructs an instance of this class.

Inherited methods

Public constructors


ReadPendingException

public ReadPendingException ()

Constructs an instance of this class.