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

org.nohope.cassandra.util.RowNotFoundException Maven / Gradle / Ivy

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

/**
 */
public class RowNotFoundException extends Exception {
    private static final long serialVersionUID = 1L;

    public RowNotFoundException(final String id) {
        super(id);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy