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

NotYetBoundException

public class NotYetBoundException extends IllegalStateException
A {@code NotYetBoundException} is thrown if the server socket channel is not bound before an I/O operation is made.
since
Android 1.0

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

since
Android 1.0


                 
      
        super();
    
Methods Summary