This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package jnpf.exception;
|
||||
|
||||
/**
|
||||
* 查询异常
|
||||
*
|
||||
* @author yanwenfu
|
||||
* @create 2021-10-19
|
||||
*/
|
||||
public class QueryException extends Exception {
|
||||
|
||||
public QueryException() {
|
||||
}
|
||||
|
||||
public QueryException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user