public class CMSInputValidationException extends CMSException
Constructor and Description |
---|
CMSInputValidationException(Integer code,
String message,
String[] parametersValues) |
CMSInputValidationException(Integer code,
String message,
String[] parametersValues,
Throwable cause) |
CMSInputValidationException(NewDiscoveryErrorCodes errorCode,
String... parametersValues) |
CMSInputValidationException(String message) |
CMSInputValidationException(String message,
Throwable cause) |
CMSInputValidationException(Throwable cause) |
getErrorCode, getMessage, getParametersValues, getPrimaryMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CMSInputValidationException(Integer code, String message, String[] parametersValues)
public CMSInputValidationException(Integer code, String message, String[] parametersValues, Throwable cause)
public CMSInputValidationException(String message)
public CMSInputValidationException(Throwable cause)
public CMSInputValidationException(NewDiscoveryErrorCodes errorCode, String... parametersValues)