org.objectweb.dream.control.activity.task.thread
Class ThreadPoolOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.