|
Exception Summary |
| AttributeSerializationException |
is a RuntimeException that is thrown when one of the fieldValues that was
submitted in a ExecutionSessionLocal#performActivity(Long,Map)
is not serializable by the associated Serializer. |
| AuthorizationException |
is a RuntimeException that is thrown when an actor
tries to perform an operation that is not permitted
by the ExecutionAuthorizationMgr. |
| DefinitionRuntimeException |
is a RuntimeException that is thrown when a process definition error is detected during execution of a process. |
| ExecutionRuntimeException |
is a RuntimeException that serves as a base-class for exceptions that are
related to process execution. |
| RequiredFieldException |
is a RuntimeException that is thrown when an actor performs an activity and no value is supplied
for one of the required fields. |