Class CassandraDriverTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.TransientDataAccessException
org.springframework.dao.QueryTimeoutException
org.springframework.data.cassandra.CassandraDriverTimeoutException
- All Implemented Interfaces:
Serializable
This exception is thrown when driver has timed out during any interaction with the Cassandra coordinator node.
- Since:
- 4.2
- Author:
- Mikhail Polivakha
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCassandraDriverTimeoutException
(String message, Throwable cause) Constructor forCassandraDriverTimeoutException
. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CassandraDriverTimeoutException
Constructor forCassandraDriverTimeoutException
.- Parameters:
message
- the detail message.cause
- the root cause from the underlying data access API.
-