站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

DelegationException (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


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  java.lang.Throwable cause
           
protected  ExecutionContext executionContext
           
 
Constructor Summary
DelegationException(java.lang.Throwable cause, ExecutionContext executionContext)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 ExecutionContext getExecutionContext()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

cause

protected java.lang.Throwable cause

executionContext

protected ExecutionContext executionContext
Constructor Detail

DelegationException

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

getExecutionContext

public ExecutionContext getExecutionContext()

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


Version : jbpm-3.1.3