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
          Deprecated. this execution context may not be in a consistent state
 
Constructor Summary
DelegationException(java.lang.String message, java.lang.Throwable cause)
           
DelegationException(java.lang.Throwable cause, ExecutionContext executionContext)
          Deprecated. the given execution context may not be in a consistent state
 
Method Summary
 ExecutionContext getExecutionContext()
          Deprecated. the returned execution context may not be in a consistent state
 
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
Deprecated. this execution context may not be in a consistent state
Constructor Detail

DelegationException

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

DelegationException

public DelegationException(java.lang.Throwable cause,
                           ExecutionContext executionContext)
Deprecated. the given execution context may not be in a consistent state

Method Detail

getExecutionContext

public ExecutionContext getExecutionContext()
Deprecated. the returned execution context may not be in a consistent state



Copyright © 2010 JBoss Community. All Rights Reserved.