de.bea.domingo.threadpool
Class ThreadPoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bea.domingo.DNotesException
              extended by de.bea.domingo.threadpool.ThreadPoolException
All Implemented Interfaces:
CascadingThrowable, java.io.Serializable

public class ThreadPoolException
extends DNotesException

Exceptions that can occur within a thread pool.

Author:
Kurt Riede
See Also:
Serialized Form

Constructor Summary
ThreadPoolException(java.lang.String message)
          Construct a new ThreadPoolException instance.
ThreadPoolException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new ThreadPoolException instance.
ThreadPoolException(java.lang.Throwable throwable)
          Construct a new ThreadPoolException instance.
 
Method Summary
 
Methods inherited from class de.bea.domingo.DNotesException
getCause, getMessage, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadPoolException

public ThreadPoolException(java.lang.String message)
Construct a new ThreadPoolException instance.

Parameters:
message - The detail message for this exception.

ThreadPoolException

public ThreadPoolException(java.lang.Throwable throwable)
Construct a new ThreadPoolException instance.

Parameters:
throwable - the root cause of the exception

ThreadPoolException

public ThreadPoolException(java.lang.String message,
                           java.lang.Throwable throwable)
Construct a new ThreadPoolException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Domingo Java-API