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

Most visited

Recently visited

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

public WritePendingException ()

Constructs an instance of this class.