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