Package org.codehaus.mojo.cassandra
Class CqlExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.mojo.cassandra.CqlExecutionException
-
- All Implemented Interfaces:
Serializable
public class CqlExecutionException extends RuntimeException
Exception to wrap the various Exceptions that can come back from Apache Cassandra's Cql API- Author:
- zznate
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CqlExecutionException()
CqlExecutionException(String msg)
CqlExecutionException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-