Added in API level 26

WritePendingException

public class WritePendingException
extends IllegalStateException

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


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

Summary

Public constructors

WritePendingException()

Constructs an instance of this class.

Inherited methods

Public constructors

WritePendingException

Added in API level 26
public WritePendingException ()

Constructs an instance of this class.