org.jbpm.bpmn2.handler
Class WorkItemHandlerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.bpmn2.handler.WorkItemHandlerRuntimeException
- All Implemented Interfaces:
- Serializable
public class WorkItemHandlerRuntimeException
- extends RuntimeException
This exception provides extra information about the WorkItemHandler operation called to catchers of this exception.
It is only meant to be thrown from a WorkItemHandler
instance method.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WORKITEMHANDLERTYPE
public static final String WORKITEMHANDLERTYPE
- See Also:
- Constant Field Values
WorkItemHandlerRuntimeException
public WorkItemHandlerRuntimeException(Throwable cause,
String message)
WorkItemHandlerRuntimeException
public WorkItemHandlerRuntimeException(Throwable cause)
setInformation
public void setInformation(String informationName,
Object information)
getInformationMap
public Map<String,Object> getInformationMap()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.