com.jfplugin.xsql.exception.SqlMapPathException Maven / Gradle / Ivy
The newest version!
package com.jfplugin.xsql.exception;
/**
*
* @author farmer
*
*/
public class SqlMapPathException extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = 2478248368268566659L;
public SqlMapPathException() {
super();
}
public SqlMapPathException(String message, Throwable cause) {
super(message, cause);
}
public SqlMapPathException(String message) {
super(message);
}
}