JBoss Common Classes 2.2.17.GA

org.jboss.util.threadpool
Class ThreadPoolFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.util.threadpool.ThreadPoolFullException
All Implemented Interfaces:
Serializable

public class ThreadPoolFullException
extends RuntimeException

The thread pool is full.

Version:
$Revision: 2800 $
Author:
Adrian Brock
See Also:
Serialized Form

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

ThreadPoolFullException

public ThreadPoolFullException()
Create a new ThreadPoolFullException


ThreadPoolFullException

public ThreadPoolFullException(String message)
Create a new ThreadPoolFullException

Parameters:
message - the message

ThreadPoolFullException

public ThreadPoolFullException(String message,
                               Throwable t)
Create a new ThreadPoolFullException.

Parameters:
message - the message
t - the throwable

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.