Thrown via Thread.stop() to try to resolve a deadlock, should be caught in Thread.run(), and thread should attempt to resume working. This is a bad idea according to good java developers, because it results in undefined behaviour. Which is correct, but in some cases we prefer undefined behaviour to definitely broken behaviour!
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.