MIDletSuiteCorruptedExceptionpublic class MIDletSuiteCorruptedException extends Exception Thrown when someone tries to access a MIDletSuite that has been corrupted |
Constructors Summary |
---|
public MIDletSuiteCorruptedException()Constructs a MIDletSuiteCorruptedException
super();
| public MIDletSuiteCorruptedException(String s)Constructs a MIDletSuiteCorruptedException with the specified reason.
super(s);
|
|