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

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.KarajanRuntimeException
                  extended by org.globus.cog.karajan.workflow.futures.FutureEvaluationException
All Implemented Interfaces:
Serializable

public class FutureEvaluationException
extends KarajanRuntimeException

See Also:
Serialized Form

Constructor Summary
FutureEvaluationException(FailureNotificationEvent fne)
           
FutureEvaluationException(Throwable fault)
           
 
Method Summary
 Throwable getFault()
           
 
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

FutureEvaluationException

public FutureEvaluationException(FailureNotificationEvent fne)

FutureEvaluationException

public FutureEvaluationException(Throwable fault)
Method Detail

getFault

public Throwable getFault()