FileDocCategorySizeDatePackage
IllegalIsolateStateException.javaAPI DocphoneME MR2 API (J2ME)1751Wed May 02 17:59:54 BST 2007com.sun.cldc.isolate

IllegalIsolateStateException

public class IllegalIsolateStateException extends RuntimeException
Signals that a method of Isolate has been invoked at an illegal or inappropriate time. In other words, the Isolate is not in an appropriate state for the requested operation.

Fields Summary
Constructors Summary
public IllegalIsolateStateException()
Constructs an IllegalIsolateStateException with no specified detail message.

  
public IllegalIsolateStateException(String detail)
Constructs an IllegalIsolateStateException with specified detail message.

    super(detail);
  
Methods Summary