foundry-0.9.1

foundry.threads
Class NoThreadException

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

public class NoThreadException
extends ThreadException

See Also:
Serialized Form

Field Summary
private  boolean isClosed
           
 
Fields inherited from class foundry.throwables.CompositeException
throwable
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoThreadException()
           
NoThreadException(String message)
           
NoThreadException(String message, boolean isClosed)
           
NoThreadException(Throwable throwable)
           
NoThreadException(Throwable throwable, boolean isClosed)
           
NoThreadException(Throwable throwable, String message)
           
NoThreadException(Throwable throwable, String message, boolean isClosed)
           
 
Method Summary
 boolean 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
 

Field Detail

isClosed

private final boolean isClosed
Constructor Detail

NoThreadException

public NoThreadException()

NoThreadException

public NoThreadException(String message)

NoThreadException

public NoThreadException(String message,
                         boolean isClosed)

NoThreadException

public NoThreadException(Throwable throwable)

NoThreadException

public NoThreadException(Throwable throwable,
                         boolean isClosed)

NoThreadException

public NoThreadException(Throwable throwable,
                         String message)

NoThreadException

public NoThreadException(Throwable throwable,
                         String message,
                         boolean isClosed)
Method Detail

isThreadPoolClosed

public boolean isThreadPoolClosed()

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson