public class ThreadPoolException extends Exception
ThreadPoolException
is thrown if the thread pool's task
queue limit is reached.Constructor and Description |
---|
ThreadPoolException(String msg)
Constructs an instance of the
ThreadPoolException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ThreadPoolException(String msg)
ThreadPoolException
class.msg
- The message provided by the object which is throwing the
exceptionCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.