public class ProcessInterruptedException
extends java.lang.Error
Error
is thrown.
Some browsers, when shutting down an applet, may do this to processes
spawned by an ActiveApplet
that have not died naturally.
Alternatively, this may be raised by processes stopped prematurely as a result of
a call to Parallel.destroy, or by calling stop on the
ProcessManager responsible for the process (or network).
Constructor and Description |
---|
ProcessInterruptedException(java.lang.String s) |
Copyright © 1996–2022. All rights reserved.