Class CassandraException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.nosan.embedded.cassandra.CassandraException
-
- All Implemented Interfaces:
Serializable
public class CassandraException extends RuntimeException
An exception thrown by aCassandra.- Since:
- 4.0.0
- Author:
- Dmytro Nosan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CassandraException(String message, Throwable cause)Constructs a newCassandraExceptionwith the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CassandraException
public CassandraException(String message, Throwable cause)
Constructs a newCassandraExceptionwith the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause of the exception
-
-