org.jbpm
Class ExecutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jbpm.util.lang.ChainedException
              extended byorg.jbpm.ExecutionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssignmentException, DelegationException, IllegalTransitionException, UnUndoableException

public class ExecutionException
extends org.jbpm.util.lang.ChainedException

is the base exception class for all kinds of exceptions that can occur while using the ExecutionService.

See Also:
Serialized Form

Constructor Summary
ExecutionException(java.lang.String msg)
           
ExecutionException(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

ExecutionException

public ExecutionException(java.lang.String msg)

ExecutionException

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


Version : jbpm-2.0