|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.bea.domingo.DNotesException
de.bea.domingo.threadpool.ThreadPoolException
public class ThreadPoolException
Exceptions that can occur within a thread pool.
| 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 |
|---|
public ThreadPoolException(java.lang.String message)
ThreadPoolException instance.
message - The detail message for this exception.public ThreadPoolException(java.lang.Throwable throwable)
ThreadPoolException instance.
throwable - the root cause of the exception
public ThreadPoolException(java.lang.String message,
java.lang.Throwable throwable)
ThreadPoolException instance.
message - The detail message for this exception.throwable - the root cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||