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,
String strategy,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getProcessId() |
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, ProcessWorkItemHandlerException.HandlingStrategy strategy, Throwable cause)
public String getProcessId()
public ProcessWorkItemHandlerException.HandlingStrategy getStrategy()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.