public class MXSystemException extends MXException
detail, params
Constructor and Description |
---|
MXSystemException(java.lang.String eg,
java.lang.String ek)
Construct an exception with the error group and key
|
MXSystemException(java.lang.String eg,
java.lang.String ek,
java.lang.Object[] params)
Construct an exception with the error group, key and additonal params
|
MXSystemException(java.lang.String eg,
java.lang.String ek,
java.lang.Object[] p,
java.lang.Throwable t)
Construct an exception with the error group, key, parameters and
the nested exception
|
MXSystemException(java.lang.String eg,
java.lang.String ek,
java.lang.Throwable t)
Construct an exception with the error group,key and nested exception
|
equals, getDetail, getDisplayMessage, getErrorAttr, getErrorAttrValue, getErrorCorrelationId, getErrorGroup, getErrorKey, getErrorObjectName, getForcedLangCode, getMessage, getMessage, getParameters, hasDetail, hasParameters, isServerSide, setErrorAttr, setErrorAttrValue, setErrorCorrelationId, setErrorObjectName, setForcedLangCode, setServerSide
public MXSystemException(java.lang.String eg, java.lang.String ek)
public MXSystemException(java.lang.String eg, java.lang.String ek, java.lang.Object[] params)
public MXSystemException(java.lang.String eg, java.lang.String ek, java.lang.Throwable t)
public MXSystemException(java.lang.String eg, java.lang.String ek, java.lang.Object[] p, java.lang.Throwable t)