foundry-0.9.1

foundry.threads
Class ThreadPoolClosedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--foundry.throwables.CompositeException
                    |
                    +--foundry.threads.ThreadException
                          |
                          +--foundry.threads.NoThreadException
                                |
                                +--foundry.threads.ThreadPoolClosedException
All Implemented Interfaces:
Serializable, ThrowableChain, ThrowableContainer

public class ThreadPoolClosedException
extends NoThreadException

See Also:
Serialized Form

Fields inherited from class foundry.threads.NoThreadException
isClosed
 
Fields inherited from class foundry.throwables.CompositeException
throwable
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ThreadPoolClosedException()
           
ThreadPoolClosedException(String message)
           
ThreadPoolClosedException(Throwable throwable)
           
ThreadPoolClosedException(Throwable throwable, String message)
           
 
Methods inherited from class foundry.threads.NoThreadException
isThreadPoolClosed
 
Methods inherited from class foundry.throwables.CompositeException
getLastThrowable, getLastThrowable, getLength, getThrowable, getThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ThreadPoolClosedException

public ThreadPoolClosedException()

ThreadPoolClosedException

public ThreadPoolClosedException(String message)

ThreadPoolClosedException

public ThreadPoolClosedException(Throwable throwable)

ThreadPoolClosedException

public ThreadPoolClosedException(Throwable throwable,
                                 String message)

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson