Class CassandraTruncateException
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.data.cassandra.CassandraTruncateException
- All Implemented Interfaces:
Serializable
Spring data access exception for a Cassandra truncate exception.
- Author:
- Matthew T. Adams
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor forCassandraTruncateException
.CassandraTruncateException
(String msg, Throwable cause) Constructor forCassandraTruncateException
. -
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
-
CassandraTruncateException
Constructor forCassandraTruncateException
.- Parameters:
msg
- the detail message.
-
CassandraTruncateException
Constructor forCassandraTruncateException
.- Parameters:
msg
- the detail message.cause
- the root cause from the underlying data access API.
-