com.github.ddth.tsc.cassandra.internal.RowNotFoundException Maven / Gradle / Ivy
package com.github.ddth.tsc.cassandra.internal;
/**
*
* @author Thanh Ba Nguyen
* Since 0.3.0
*/
public class RowNotFoundException extends Exception {
private static final long serialVersionUID = 1L;
public RowNotFoundException() {
// TODO Auto-generated constructor stub
}
public RowNotFoundException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public RowNotFoundException(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public RowNotFoundException(String arg0, Throwable arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy