org.jbpm.graph.def
Class DelegationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.JbpmException
org.jbpm.graph.def.DelegationException
- All Implemented Interfaces:
- Serializable
public class DelegationException
- extends JbpmException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
executionContext
protected transient ExecutionContext executionContext
- Deprecated. this execution context may not be in a consistent state
DelegationException
public DelegationException(String message,
Throwable cause)
DelegationException
public DelegationException(Throwable cause,
ExecutionContext executionContext)
- Deprecated. the given execution context may not be in a consistent state
getExecutionContext
public ExecutionContext getExecutionContext()
- Deprecated. the returned execution context may not be in a consistent state
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.