Class WorkItemExecutionError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.automatiko.engine.api.workflow.workitem.WorkItemExecutionError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServiceExecutionError

public class WorkItemExecutionError extends RuntimeException
See Also:
  • Field Details

    • errorCode

      protected final String errorCode
    • errorDetails

      protected final String errorDetails
    • errorData

      protected Object errorData
  • Constructor Details

    • WorkItemExecutionError

      public WorkItemExecutionError(String errorCode)
    • WorkItemExecutionError

      public WorkItemExecutionError(String errorCode, String errorDetails)
    • WorkItemExecutionError

      public WorkItemExecutionError(String message, String errorCode, String errorDetails)
    • WorkItemExecutionError

      public WorkItemExecutionError(String errorCode, Object errorData)
    • WorkItemExecutionError

      public WorkItemExecutionError(String errorCode, String errorDetails, Object errorData)
    • WorkItemExecutionError

      public WorkItemExecutionError(String message, String errorCode, String errorDetails, Object errorData)
    • WorkItemExecutionError

      public WorkItemExecutionError(String errorCode, Throwable e)
    • WorkItemExecutionError

      public WorkItemExecutionError(String errorCode, String errorDetails, Throwable e)
    • WorkItemExecutionError

      public WorkItemExecutionError(String message, String errorCode, String errorDetails, Throwable e)
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • getErrorDetails

      public String getErrorDetails()
    • getErrorData

      public Object getErrorData()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable