|
package net.yacy.kelondro.blob;
|
|
|
|
public class TableColumnIndexException extends Exception {
|
|
|
|
private static final long serialVersionUID = 2397828995935783296L;
|
|
|
|
public TableColumnIndexException() {
|
|
}
|
|
|
|
public TableColumnIndexException(String msg) {
|
|
super(msg);
|
|
}
|
|
} |