public class EAuthzException extends EBaseException
mParams| Constructor and Description |
|---|
EAuthzException(java.lang.String msgFormat)
Constructs a authz exception
|
EAuthzException(java.lang.String msgFormat,
java.lang.Exception param)
Constructs a authz exception with a exception parameter.
|
EAuthzException(java.lang.String msgFormat,
java.lang.Object[] params)
Constructs a authz 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 EAuthzException(java.lang.String msgFormat)
msgFormat - exception detailspublic EAuthzException(java.lang.String msgFormat,
java.lang.Exception param)
msgFormat - exception details in message string formatparam - system exceptionpublic EAuthzException(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