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

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


org.jbpm.graph.def
Class DelegationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jbpm.graph.def.DelegationException
All Implemented Interfaces:
java.io.Serializable

public class DelegationException
extends java.lang.RuntimeException

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()


Version : jbpm-3.0.4