Class 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 Detail

      • CqlExecutionException

        public CqlExecutionException()
      • CqlExecutionException

        public CqlExecutionException​(String msg)
      • CqlExecutionException

        public CqlExecutionException​(Throwable t)