Class InvalidFetchPlanException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.restds.exception.InvalidFetchPlanException
All Implemented Interfaces:
Serializable

public class InvalidFetchPlanException extends RuntimeException
This exception is thrown when requesting REST data store with an inline fetch plan but the corresponding REST API supports only named fetch plans.
See Also:
  • Constructor Details

    • InvalidFetchPlanException

      public InvalidFetchPlanException(String dataStoreName)