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:
  • Constructor Details

    • CqlExecutionException

      public CqlExecutionException()
    • CqlExecutionException

      public CqlExecutionException(String msg)
    • CqlExecutionException

      public CqlExecutionException(Throwable t)