Class FailTaskNoRetryException

All Implemented Interfaces:
Serializable

public class FailTaskNoRetryException extends TaskException
Set the task to failed and finish the execution.
See Also:
  • Constructor Details

    • FailTaskNoRetryException

      public FailTaskNoRetryException(String message, Throwable cause)
    • FailTaskNoRetryException

      public FailTaskNoRetryException(String message)