FileDocCategorySizeDatePackage
NotYetConnectedException.javaAPI DocAndroid 1.5 API1304Wed May 06 22:41:04 BST 2009java.nio.channels

NotYetConnectedException

public class NotYetConnectedException extends IllegalStateException
A {@code NotYetConnectedException} is thrown if the socket channel is not connected before an I/O operation is invoked.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public NotYetConnectedException()
Constructs a {@code NotYetConnectedException}.

since
Android 1.0


                 
      
        super();
    
Methods Summary