Class IllegalCollectionException

  • All Implemented Interfaces:
    Serializable

    public class IllegalCollectionException
    extends org.springframework.dao.DataAccessException
    General exception for illegal collection of cosmos db
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalCollectionException

        public IllegalCollectionException​(String msg)
        Construct a IllegalQueryException with the specified detail message.
        Parameters:
        msg - the detail message
      • IllegalCollectionException

        public IllegalCollectionException​(@Nullable
                                          String msg,
                                          @Nullable
                                          Throwable cause)
        Construct a IllegalQueryException with the specified detail message and nested exception.
        Parameters:
        msg - the detail message
        cause - the nested exception