public class EAuthException extends EBaseException
mParams| Constructor and Description |
|---|
EAuthException(java.lang.String msgFormat)
Constructs an authentication exception
|
EAuthException(java.lang.String msgFormat,
java.lang.Exception exception)
Constructs a auth exception with a exception parameter.
|
EAuthException(java.lang.String msgFormat,
java.lang.Object[] params)
Constructs a auth exception with a list of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getBundleName()
Returns the resource bundle name
|
getParameters, toString, toStringpublic EAuthException(java.lang.String msgFormat)
msgFormat - exception detailspublic EAuthException(java.lang.String msgFormat,
java.lang.Exception exception)
msgFormat - exception details in message string formatexception - system exceptionpublic EAuthException(java.lang.String msgFormat,
java.lang.Object[] params)
msgFormat - the message format.params - list of message format parametersprotected java.lang.String getBundleName()
getBundleName in class EBaseException