Two kinds of Cassandra Write exceptions in General right?
- com.datastax.driver.core.exceptions.WriteTimeoutException
- com.datastax.driver.core.exceptions.WriteFailureException
What is the difference between these two exceptions? and In what scenarios each one of these occurs?