Class NoSuchPlanTaskException

All Implemented Interfaces:
Serializable

public class NoSuchPlanTaskException extends RESTException
Exception thrown when attempting to fetch result tasks for a plan task that does not exist.
See Also:
  • Constructor Details

    • NoSuchPlanTaskException

      @FormatMethod public NoSuchPlanTaskException(String message, Object... args)
    • NoSuchPlanTaskException

      @FormatMethod public NoSuchPlanTaskException(Throwable cause, String message, Object... args)