Class DatabaseCreationException

  • All Implemented Interfaces:
    Serializable

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

      • DatabaseCreationException

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

        public DatabaseCreationException​(@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