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

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

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

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

    public TableSchemeException(final String message) {
        super(message);
    }

    public TableSchemeException() {
        super();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy