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

MIDletSuiteLockedException

public class MIDletSuiteLockedException extends Exception
Thrown when someone tries to access a MIDletSuite that has been locked

Fields Summary
Constructors Summary
public MIDletSuiteLockedException()
Constructs a MIDletSuiteLockedException

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

param
s reason for exception

        super(s);
    
Methods Summary