org.terracotta.modules.async.exceptions
Class ExistingRunningThreadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.terracotta.modules.async.exceptions.AsyncException
              extended by org.terracotta.modules.async.exceptions.ExistingRunningThreadException
All Implemented Interfaces:
Serializable

public class ExistingRunningThreadException
extends AsyncException

See Also:
Serialized Form

Constructor Summary
ExistingRunningThreadException(Thread t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExistingRunningThreadException

public ExistingRunningThreadException(Thread t)


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.