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
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProcessWorkItemHandlerException(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 Summary
Modifier and TypeMethodDescriptionintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessWorkItemHandlerException
-
ProcessWorkItemHandlerException
-
ProcessWorkItemHandlerException
public ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause) -
ProcessWorkItemHandlerException
public ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause, int retries)
-
-
Method Details
-
getProcessId
-
getStrategy
-
getRetries
public int getRetries()
-