java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.workflow.execution.ExecutionRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AttributeSerializationException, AuthorizationException, DefinitionRuntimeException, RequiredFieldException
- public class ExecutionRuntimeException
- extends java.lang.RuntimeException
is a RuntimeException that serves as a base-class for exceptions that are
related to process execution.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExecutionRuntimeException
public ExecutionRuntimeException(java.lang.String msg)