com.sun.cldc.isolate
Class IllegalIsolateStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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.
IllegalIsolateStateException
public IllegalIsolateStateException()
- Constructs an
IllegalIsolateStateException with no specified detail
message.
IllegalIsolateStateException
public IllegalIsolateStateException(String detail)
- Constructs an
IllegalIsolateStateException with specified detail
message.
Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.