java.lang
Class ThreadDeath
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.ThreadDeath
- All Implemented Interfaces:
- Serializable
public class ThreadDeath
- extends Error
ThreadDeath is thrown in a stopped thread when Thread.stop() is
called on this thread. Since Thread.stop() is unsafe and
deprecated, it is not supported by JamaicaVM and ThreadDeath is
never thrown.
- Since:
- 1.0.
- See Also:
- Serialized Form
Constructor Summary |
ThreadDeath()
Constructor for a ThreadDeath with no detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ThreadDeath
public ThreadDeath()
- Constructor for a ThreadDeath with no detail message.
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.