public class ThreadPoolException extends Exception
| Constructor and Description | 
|---|
ThreadPoolException()  | 
ThreadPoolException(String message)
Crea ThreadPoolException. 
 | 
ThreadPoolException(String message,
                   Throwable cause)
Crea ThreadPoolException. 
 | 
ThreadPoolException(Throwable cause)
Crea ThreadPoolException. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ThreadPoolException()
public ThreadPoolException(String message)
message - public ThreadPoolException(String message, Throwable cause)
message - cause - public ThreadPoolException(Throwable cause)
cause -