|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.util.threadpool.ThreadPoolFullException
public class ThreadPoolFullException
The thread pool is full.
| Constructor Summary | |
|---|---|
ThreadPoolFullException()
Create a new ThreadPoolFullException |
|
ThreadPoolFullException(String message)
Create a new ThreadPoolFullException |
|
ThreadPoolFullException(String message,
Throwable t)
Create a new ThreadPoolFullException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadPoolFullException()
public ThreadPoolFullException(String message)
message - the message
public ThreadPoolFullException(String message,
Throwable t)
message - the messaget - the throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||