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