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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.globus.cog.karajan.workflow.futures.FutureFault
                  extended by org.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)
           
 
Method Summary
 
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)