public class ThreadPoolFullException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serialVersionUID
|
| Constructor and Description |
|---|
ThreadPoolFullException()
Create a new ThreadPoolFullException
|
ThreadPoolFullException(java.lang.String message)
Create a new ThreadPoolFullException
|
ThreadPoolFullException(java.lang.String message,
java.lang.Throwable t)
Create a new ThreadPoolFullException.
|
private static final long serialVersionUID
public ThreadPoolFullException()
public ThreadPoolFullException(java.lang.String message)
message - the messagepublic ThreadPoolFullException(java.lang.String message,
java.lang.Throwable t)
message - the messaget - the throwable