Package org.flowable.external.worker
Class FlowableWorkerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.external.worker.FlowableWorkerException
- All Implemented Interfaces:
Serializable
- Author:
- Filip Hrisafov
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlowableWorkerException(String message) FlowableWorkerException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetErrorDetails(String errorDetails) voidsetRetries(int retries) voidsetRetryTimeout(Duration retryTimeout) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorDetails
-
retries
protected int retries -
retryTimeout
-
-
Constructor Details
-
FlowableWorkerException
-
FlowableWorkerException
-
-
Method Details
-
getErrorDetails
-
setErrorDetails
-
getRetries
public int getRetries() -
setRetries
public void setRetries(int retries) -
getRetryTimeout
-
setRetryTimeout
-