org.globus.cog.karajan.workflow.futures
Class FutureNotYetAvailable

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.globus.cog.karajan.workflow.futures.FutureFault
                  extended byorg.globus.cog.karajan.workflow.futures.FutureNotYetAvailable
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FutureIteratorIncomplete

public class FutureNotYetAvailable
extends FutureFault

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.cog.karajan.workflow.futures.FutureFault
count
 
Constructor Summary
FutureNotYetAvailable(Future f)
           
FutureNotYetAvailable(Future f, String op)
           
 
Methods inherited from class org.globus.cog.karajan.workflow.futures.FutureFault
getFuture
 
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

FutureNotYetAvailable

public FutureNotYetAvailable(Future f)

FutureNotYetAvailable

public FutureNotYetAvailable(Future f,
                             String op)