com.go.trove.util
Class NoThreadException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.InterruptedException
|
+--com.go.trove.util.NoThreadException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoThreadException
- extends java.lang.InterruptedException
This exception is thrown by a ThreadPool when no thread is
available.
- Version:
- 5 , 9/07/00
- Author:
- Brian S O'Neill
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoThreadException
public NoThreadException(java.lang.String message)
NoThreadException
public NoThreadException(java.lang.String message,
boolean isClosed)
isThreadPoolClosed
public boolean isThreadPoolClosed()