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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FutureNotYetAvailable

public class FutureFault
extends RuntimeException

See Also:
Serialized Form

Field Summary
static long count
           
 
Constructor Summary
FutureFault(Future f)
           
FutureFault(Future f, String op)
           
 
Method Summary
 Future 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
 

Field Detail

count

public static long count
Constructor Detail

FutureFault

public FutureFault(Future f)

FutureFault

public FutureFault(Future f,
                   String op)
Method Detail

getFuture

public Future getFuture()