Class ServiceExecutionError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HandledServiceExecutionError

public class ServiceExecutionError extends WorkItemExecutionError
See Also:
  • Constructor Details

    • ServiceExecutionError

      public ServiceExecutionError(String errorCode, Throwable e)
    • ServiceExecutionError

      public ServiceExecutionError(String errorCode)
    • ServiceExecutionError

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

      public ServiceExecutionError(String errorCode, String errorDetails)
    • ServiceExecutionError

      public ServiceExecutionError(String errorCode, Object errorData)
    • ServiceExecutionError

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

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

      public ServiceExecutionError(String message, String errorCode, String errorDetails, Throwable e)
    • ServiceExecutionError

      public ServiceExecutionError(String message, String errorCode, String errorDetails)