修复EAL4中低级警告版本
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.zdjizhi.utils.exception;
|
||||
|
||||
/**
|
||||
* @author qidaijie
|
||||
* @Package com.zdjizhi.utils.exception
|
||||
* @Description:
|
||||
* @date 2021/3/2510:14
|
||||
*/
|
||||
public class StreamCompletionException extends RuntimeException {
|
||||
|
||||
public StreamCompletionException(Exception e) {
|
||||
super(e);
|
||||
}
|
||||
|
||||
public StreamCompletionException(String e) {
|
||||
super(e);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user