Class TaskFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.workerframework.api.TaskFailedException
All Implemented Interfaces:
Serializable

public class TaskFailedException extends RuntimeException
An unchecked exception to throw if a Worker fails its task in an unrecoverable way.
See Also:
  • Constructor Details

    • TaskFailedException

      public TaskFailedException(String message, Throwable cause)
    • TaskFailedException

      public TaskFailedException(String message)