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