Class WorkItemHandlerRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.automatiko.engine.workflow.bpmn2.handler.WorkItemHandlerRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkItemHandlerRuntimeException extends java.lang.RuntimeExceptionThis exception provides extra information about the WorkItemHandler operation called to catchers of this exception. It is only meant to be thrown from aWorkItemHandlerinstance method.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringWORKITEMHANDLERTYPE
-
Constructor Summary
Constructors Constructor Description WorkItemHandlerRuntimeException(java.lang.Throwable cause)WorkItemHandlerRuntimeException(java.lang.Throwable cause, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getInformationMap()voidsetInformation(java.lang.String informationName, java.lang.Object information)
-
-
-
Field Detail
-
WORKITEMHANDLERTYPE
public static final java.lang.String WORKITEMHANDLERTYPE
- See Also:
- Constant Field Values
-
-