Class TaskQueryParamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.server.repository.TaskQueryParamException
All Implemented Interfaces:
Serializable

public class TaskQueryParamException extends RuntimeException
This exception is used in TaskDefinitionController when requesting a combination of params which is not acceptable.
Author:
siddhant sorann
See Also:
  • Constructor Details

    • TaskQueryParamException

      public TaskQueryParamException(String[] params)