org.jbpm.graph.def
Class DelegationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbpm.JbpmException
                  extended by org.jbpm.graph.def.DelegationException
All Implemented Interfaces:
java.io.Serializable

public class DelegationException
extends JbpmException

See Also:
Serialized Form

Field Summary
protected  ExecutionContext executionContext
           
 
Constructor Summary
DelegationException(java.lang.String message, java.lang.Throwable cause)
           
DelegationException(java.lang.Throwable cause, ExecutionContext executionContext)
           
 
Method Summary
 ExecutionContext getExecutionContext()
           
 
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

executionContext

protected transient ExecutionContext executionContext
Constructor Detail

DelegationException

public DelegationException(java.lang.Throwable cause,
                           ExecutionContext executionContext)

DelegationException

public DelegationException(java.lang.String message,
                           java.lang.Throwable cause)
Method Detail

getExecutionContext

public ExecutionContext getExecutionContext()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.