Package | Description |
---|---|
org.kie.api.runtime.process |
The process runtime classes.
|
Modifier and Type | Method and Description |
---|---|
ProcessWorkItemHandlerException.HandlingStrategy |
ProcessWorkItemHandlerException.getStrategy() |
static ProcessWorkItemHandlerException.HandlingStrategy |
ProcessWorkItemHandlerException.HandlingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessWorkItemHandlerException.HandlingStrategy[] |
ProcessWorkItemHandlerException.HandlingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProcessWorkItemHandlerException(String processId,
ProcessWorkItemHandlerException.HandlingStrategy strategy,
Throwable cause) |
ProcessWorkItemHandlerException(String processId,
ProcessWorkItemHandlerException.HandlingStrategy strategy,
Throwable cause,
int retries) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.