mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add constrctor
This commit is contained in:
@@ -37,6 +37,10 @@ public class ValidateException extends StatefulException {
|
||||
super(status, throwable);
|
||||
}
|
||||
|
||||
public ValidateException(String message, Throwable throwable, boolean enableSuppression, boolean writableStackTrace) {
|
||||
super(message, throwable, enableSuppression, writableStackTrace);
|
||||
}
|
||||
|
||||
public ValidateException(int status, String msg, Throwable throwable) {
|
||||
super(status, msg, throwable);
|
||||
}
|
||||
|
Reference in New Issue
Block a user