|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.authorization.EAuthzException
public class EAuthzException
This class represents authorization exceptions.
| Field Summary |
|---|
| Fields inherited from class com.netscape.certsrv.base.EBaseException |
|---|
mParams |
| Constructor Summary | |
|---|---|
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. |
|
EAuthzException(java.lang.String msgFormat,
java.lang.String param)
Constructs a authz exception with a parameter. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getBundleName()
Returns the resource bundle name |
| Methods inherited from class com.netscape.certsrv.base.EBaseException |
|---|
getParameters, toString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EAuthzException(java.lang.String msgFormat)
msgFormat - exception details
public EAuthzException(java.lang.String msgFormat,
java.lang.String param)
msgFormat - exception details in message string formatparam - message string parameter
public EAuthzException(java.lang.String msgFormat,
java.lang.Exception param)
msgFormat - exception details in message string formatparam - system exception
public EAuthzException(java.lang.String msgFormat,
java.lang.Object[] params)
msgFormat - the message format.params - list of message format parameters| Method Detail |
|---|
protected java.lang.String getBundleName()
getBundleName in class EBaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||