FileDocCategorySizeDatePackage
ConnectionClosedException.javaAPI DocphoneME MR2 API (J2ME)1655Wed May 02 18:00:28 BST 2007javax.microedition.io.file

ConnectionClosedException

public class ConnectionClosedException extends RuntimeException
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform

Fields Summary
Constructors Summary
public ConnectionClosedException()

        super();
    
public ConnectionClosedException(String detailMessage)

        super(detailMessage);
    
Methods Summary