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