public class LSNRActionHandledException extends MXApplicationException
detail, params
Constructor and Description |
---|
LSNRActionHandledException(boolean flag,
java.lang.String eg,
java.lang.String ek)
Constructor specifying the Error Group and Error Key
|
LSNRActionHandledException(boolean flag,
java.lang.String eg,
java.lang.String ek,
java.lang.Object[] params)
Constructor specifying the Error Group, Error Key and additonal
information.
|
LSNRActionHandledException(boolean flag,
java.lang.String eg,
java.lang.String ek,
java.lang.Object[] params,
java.lang.Throwable t)
Constructor specifying the Error Group, Error Key, additonal information
and the exception that was the original cause.
|
LSNRActionHandledException(boolean flag,
java.lang.String eg,
java.lang.String ek,
java.lang.Throwable t)
Constructor specifying the Error Group, Error Key and the
exception that was the original cause.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAlreadyHandledFlag()
Gets the flag if exception is already handled in action or not
|
void |
setAlreadyHandledFlag(boolean flag)
Sets the flag that this exception is already handled in action
|
equals, getDetail, getDisplayMessage, getErrorAttr, getErrorAttrValue, getErrorCorrelationId, getErrorGroup, getErrorKey, getErrorObjectName, getForcedLangCode, getMessage, getMessage, getParameters, hasDetail, hasParameters, isServerSide, setErrorAttr, setErrorAttrValue, setErrorCorrelationId, setErrorObjectName, setForcedLangCode, setServerSide
public LSNRActionHandledException(boolean flag, java.lang.String eg, java.lang.String ek)
public LSNRActionHandledException(boolean flag, java.lang.String eg, java.lang.String ek, java.lang.Throwable t)
public LSNRActionHandledException(boolean flag, java.lang.String eg, java.lang.String ek, java.lang.Object[] params)
public LSNRActionHandledException(boolean flag, java.lang.String eg, java.lang.String ek, java.lang.Object[] params, java.lang.Throwable t)
public void setAlreadyHandledFlag(boolean flag)
flag
- public boolean getAlreadyHandledFlag()