English | Site Directory

Android - An Open Handset Alliance Project

java.nio.channels
public class

java.nio.channels.NoConnectionPendingException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.NoConnectionPendingException

Thrown if SocketChannel's finishConnect method is called before the SocketChannel's connect method completed without error.

Summary

Public Constructors

          NoConnectionPendingException()
Default constructor.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public NoConnectionPendingException()

Default constructor.
Build m5-rc15i - 10 Jun 2008 13:54