Class EAuthzException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.authorization.EAuthzException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EAuthzAccessDenied
,EAuthzInternalError
,EAuthzMgrNotFound
,EAuthzMgrPluginNotFound
,EAuthzUnknownOperation
,EAuthzUnknownProtectedRes
,EAuthzUnknownRealm
This class represents authorization exceptions.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEAuthzException
(String msgFormat) Constructs a authz exceptionEAuthzException
(String msgFormat, Exception param) Constructs a authz exception with a exception parameter.EAuthzException
(String msgFormat, Object[] params) Constructs a authz exception with a list of parameters. -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EAuthzException
Constructs a authz exception- Parameters:
msgFormat
- exception details
-
EAuthzException
Constructs a authz exception with a exception parameter.- Parameters:
msgFormat
- exception details in message string formatparam
- system exception
-
EAuthzException
Constructs a authz exception with a list of parameters.- Parameters:
msgFormat
- the message format.params
- list of message format parameters
-
-
Method Details
-
getBundleName
Returns the resource bundle name- Overrides:
getBundleName
in classEBaseException
- Returns:
- resource bundle name
-