org.jbpm
Class DelegationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jbpm.util.lang.ChainedException
              extended byorg.jbpm.ExecutionException
                  extended byorg.jbpm.DelegationException
All Implemented Interfaces:
java.io.Serializable

public class DelegationException
extends ExecutionException

signals that an exception occurred inside a delegation to a client of the ExecutionService. @see Throwable.getCause() for the original exception.

See Also:
Serialized Form

Constructor Summary
DelegationException(java.lang.String msg)
           
DelegationException(java.lang.String msg, java.lang.Throwable cause)
           
 
Methods inherited from class org.jbpm.util.lang.ChainedException
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelegationException

public DelegationException(java.lang.String msg)

DelegationException

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


Version : jbpm-2.0