Package org.kie.api.runtime.process
Class ProcessWorkItemHandlerException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.kie.api.runtime.process.ProcessWorkItemHandlerException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ProcessWorkItemHandlerException extends RuntimeException - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classProcessWorkItemHandlerException.HandlingStrategy
 - 
Constructor SummaryConstructors Constructor Description ProcessWorkItemHandlerException(String processId, String strategy, Throwable cause)ProcessWorkItemHandlerException(String processId, String strategy, Throwable cause, int retries)ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause)ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause, int retries)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProcessId()intgetRetries()ProcessWorkItemHandlerException.HandlingStrategygetStrategy()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ProcessWorkItemHandlerExceptionpublic ProcessWorkItemHandlerException(String processId, String strategy, Throwable cause) 
 - 
ProcessWorkItemHandlerExceptionpublic ProcessWorkItemHandlerException(String processId, String strategy, Throwable cause, int retries) 
 - 
ProcessWorkItemHandlerExceptionpublic ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause) 
 - 
ProcessWorkItemHandlerExceptionpublic ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause, int retries) 
 
- 
 - 
Method Detail- 
getProcessIdpublic String getProcessId() 
 - 
getStrategypublic ProcessWorkItemHandlerException.HandlingStrategy getStrategy() 
 - 
getRetriespublic int getRetries() 
 
- 
 
-