IllegalIsolateStateExceptionpublic 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. |
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);
|
|