Class RetriesExhaustedWithDetailsException

All Implemented Interfaces:
Serializable

This subclass of RetriesExhaustedException is thrown when we have more information about which rows were causing which exceptions on what servers. You can call mayHaveClusterIssues() and if the result is false, you have input error problems, otherwise you may have cluster issues. You can iterate over the causes, rows and last known server addresses via getNumExceptions() and getCause(int), getRow(int) and getHostnamePort(int).
See Also: