org.globus.cog.karajan.workflow
Class AbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.cog.karajan.workflow.ExecutionException
              extended by org.globus.cog.karajan.workflow.AbortException
All Implemented Interfaces:
Serializable

public class AbortException
extends ExecutionException

See Also:
Serialized Form

Constructor Summary
AbortException()
           
AbortException(VariableStack stack)
           
 
Method Summary
 
Methods inherited from class org.globus.cog.karajan.workflow.ExecutionException
getStack, setStack, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbortException

public AbortException()

AbortException

public AbortException(VariableStack stack)