Class ConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class ConfigurationException
    extends org.springframework.dao.DataAccessException
    General exception for illegal configuration of cosmosdb
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigurationException

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

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