public class ValidateException extends StatefulException
Constructor and Description |
---|
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) |
getStatus
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2024. All rights reserved.