Class FlowableWorkerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.external.worker.FlowableWorkerException
All Implemented Interfaces:
Serializable

public class FlowableWorkerException extends RuntimeException
Author:
Filip Hrisafov
See Also:
  • Field Details

    • errorDetails

      protected String errorDetails
    • retries

      protected int retries
    • retryTimeout

      protected Duration retryTimeout
  • Constructor Details

    • FlowableWorkerException

      public FlowableWorkerException(String message)
    • FlowableWorkerException

      public FlowableWorkerException(String message, Throwable cause)
  • Method Details

    • getErrorDetails

      public String getErrorDetails()
    • setErrorDetails

      public void setErrorDetails(String errorDetails)
    • getRetries

      public int getRetries()
    • setRetries

      public void setRetries(int retries)
    • getRetryTimeout

      public Duration getRetryTimeout()
    • setRetryTimeout

      public void setRetryTimeout(Duration retryTimeout)