org.objectweb.dream.control.activity.task.thread
Class ThreadPoolOverflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.dream.control.activity.task.thread.ThreadPoolOverflowException
All Implemented Interfaces:
Serializable

public class ThreadPoolOverflowException
extends Exception

Exception thrown by thread pool when the capacity of the pool is exceded.

See Also:
Serialized Form

Constructor Summary
ThreadPoolOverflowException()
           
ThreadPoolOverflowException(String message)
           
 
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

ThreadPoolOverflowException

public ThreadPoolOverflowException()
See Also:
Exception.Exception()

ThreadPoolOverflowException

public ThreadPoolOverflowException(String message)
See Also:
Exception.Exception(java.lang.String)


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.