public class MXAdminLogoutException extends MXException
detail, params| Constructor and Description | 
|---|
MXAdminLogoutException(java.lang.String eg,
                      java.lang.String ek)
Construct an exception with the error group and key 
 | 
MXAdminLogoutException(java.lang.String eg,
                      java.lang.String ek,
                      java.lang.Object[] params)
Construct an exception with the error group, key and additonal params 
 | 
MXAdminLogoutException(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 
 | 
MXAdminLogoutException(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, getErrorGroup, getErrorKey, getForcedLangCode, getMessage, getMessage, getParameters, hasDetail, hasParameters, isServerSide, setForcedLangCode, setServerSidepublic MXAdminLogoutException(java.lang.String eg,
                      java.lang.String ek)
public MXAdminLogoutException(java.lang.String eg,
                      java.lang.String ek,
                      java.lang.Object[] params)
public MXAdminLogoutException(java.lang.String eg,
                      java.lang.String ek,
                      java.lang.Throwable t)
public MXAdminLogoutException(java.lang.String eg,
                      java.lang.String ek,
                      java.lang.Object[] p,
                      java.lang.Throwable t)