public class ProcessInterruptedException extends 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(String s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessInterruptedException(String s)
Copyright © 1996–2015. All rights reserved.