Class NoSuchPlanIdException

All Implemented Interfaces:
Serializable

public class NoSuchPlanIdException extends RESTException
Exception raised when attempting to fetch scan planning results for a plan ID that does not exist.
See Also:
  • Constructor Details

    • NoSuchPlanIdException

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

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