|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.JbpmException
org.jbpm.graph.def.DelegationException
public class DelegationException
| 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 |
|---|
protected transient ExecutionContext executionContext
| Constructor Detail |
|---|
public DelegationException(java.lang.String message,
java.lang.Throwable cause)
public DelegationException(java.lang.Throwable cause,
ExecutionContext executionContext)
| Method Detail |
|---|
public ExecutionContext getExecutionContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||