Package org.jboss.util.threadpool
Class StartTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.util.threadpool.StartTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class StartTimeoutException extends java.lang.RuntimeException
The start timeout was exceeded.- 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 StartTimeoutException()
Create a new StartTimeoutExceptionStartTimeoutException(java.lang.String message)
Create a new StartTimeoutException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The serialVersionUID- See Also:
- Constant Field Values
-
-