com.infomaximum.database.exception.ColumnFamilyNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdao Show documentation
Show all versions of rdao Show documentation
Library for creating a light cluster
The newest version!
package com.infomaximum.database.exception;
public class ColumnFamilyNotFoundException extends DatabaseException {
public ColumnFamilyNotFoundException(String columnFamily) {
super("Column family " + columnFamily + " not found.");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy