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