foundry.threads
Class ThreadException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--foundry.throwables.CompositeException
|
+--foundry.threads.ThreadException
- All Implemented Interfaces:
- Serializable, ThrowableChain, ThrowableContainer
- Direct Known Subclasses:
- NoThreadException
- public class ThreadException
- extends CompositeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
ThreadException
public ThreadException()
ThreadException
public ThreadException(String message)
ThreadException
public ThreadException(Throwable throwable)
ThreadException
public ThreadException(Throwable throwable,
String message)
Copyright © 2000 - Laird Jarrett Nelson