All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nohope.cassandra.mapservice.CQueryException Maven / Gradle / Ivy

The newest version!
package org.nohope.cassandra.mapservice;

/**
 */
public final class CQueryException extends RuntimeException {
    private static final long serialVersionUID = 1L;

    public CQueryException(final String s) {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy