public class CassandraException extends RuntimeException
Cassandra.| Constructor and Description |
|---|
CassandraException(String message,
Throwable cause)
Constructs a new
CassandraException with the specified message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CassandraException(String message, Throwable cause)
CassandraException with the specified message and cause.message - the detail messagecause - cause exceptionCopyright © 2023. All rights reserved.