Added in API level 26

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

Added in API level 26
public ReadPendingException ()

Constructs an instance of this class.