Package org.jboss.util.threadpool
Class ThreadPoolStoppedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.util.threadpool.ThreadPoolStoppedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ThreadPoolStoppedException extends java.lang.RuntimeException
The thread pool was stopped.- Version:
- $Revision$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
The serialVersionUID
-
Constructor Summary
Constructors Constructor Description ThreadPoolStoppedException()
Create a new ThreadPoolStoppedExceptionThreadPoolStoppedException(java.lang.String message)
Create a new ThreadPoolStoppedException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The serialVersionUID- See Also:
- Constant Field Values
-
-