PenProfile 2.x

com.sun.cldc.isolate
Class IllegalIsolateStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.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.


Constructor Summary
IllegalIsolateStateException()
          Constructs an IllegalIsolateStateException with no specified detail message.
IllegalIsolateStateException(String detail)
          Constructs an IllegalIsolateStateException with specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalIsolateStateException

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


IllegalIsolateStateException

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


PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.