public class ProcessWorkItemHandlerException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
ProcessWorkItemHandlerException.HandlingStrategy |
Constructor and Description |
---|
ProcessWorkItemHandlerException(String processId,
ProcessWorkItemHandlerException.HandlingStrategy strategy,
Throwable cause) |
ProcessWorkItemHandlerException(String processId,
ProcessWorkItemHandlerException.HandlingStrategy strategy,
Throwable cause,
int retries) |
ProcessWorkItemHandlerException(String processId,
String strategy,
Throwable cause) |
ProcessWorkItemHandlerException(String processId,
String strategy,
Throwable cause,
int retries) |
Modifier and Type | Method and Description |
---|---|
String |
getProcessId() |
int |
getRetries() |
ProcessWorkItemHandlerException.HandlingStrategy |
getStrategy() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessWorkItemHandlerException(String processId, String strategy, Throwable cause)
public ProcessWorkItemHandlerException(String processId, String strategy, Throwable cause, int retries)
public ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause)
public ProcessWorkItemHandlerException(String processId, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause, int retries)
public String getProcessId()
public ProcessWorkItemHandlerException.HandlingStrategy getStrategy()
public int getRetries()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.