public class ValidateException extends StatefulException
| 构造器和说明 |
|---|
ValidateException() |
ValidateException(int status,
String msg) |
ValidateException(int status,
String msg,
Throwable throwable) |
ValidateException(int status,
Throwable throwable) |
ValidateException(String msg) |
ValidateException(String messageTemplate,
Object... params) |
ValidateException(String msg,
Throwable throwable) |
ValidateException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
ValidateException(Throwable throwable) |
getStatuspublic ValidateException()
public ValidateException(String msg)
public ValidateException(Throwable throwable)
public ValidateException(int status,
String msg)
public ValidateException(int status,
Throwable throwable)
public ValidateException(String message, Throwable throwable, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2022. All rights reserved.