Class IllegalCollectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
com.azure.spring.data.cosmos.exception.IllegalCollectionException
All Implemented Interfaces:
Serializable

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

    • 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