FileDocCategorySizeDatePackage
MIDletSuiteCorruptedException.javaAPI DocphoneME MR2 API (J2ME)1574Wed May 02 18:00:06 BST 2007com.sun.midp.midletsuite

MIDletSuiteCorruptedException

public class MIDletSuiteCorruptedException extends Exception
Thrown when someone tries to access a MIDletSuite that has been corrupted

Fields Summary
Constructors Summary
public MIDletSuiteCorruptedException()
Constructs a MIDletSuiteCorruptedException

        super();
    
public MIDletSuiteCorruptedException(String s)
Constructs a MIDletSuiteCorruptedException with the specified reason.

param
s reason for exception

        super(s);
    
Methods Summary