public class ThreadPoolFullException extends RuntimeException
| Constructor and Description |
|---|
ThreadPoolFullException()
Create a new ThreadPoolFullException
|
ThreadPoolFullException(String message)
Create a new ThreadPoolFullException
|
ThreadPoolFullException(String message,
Throwable t)
Create a new ThreadPoolFullException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ThreadPoolFullException()
public ThreadPoolFullException(String message)
message - the messageCopyright © 2015 JBoss by Red Hat. All rights reserved.