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, toStringMethods 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
-
EAuthzException
-
-
Method Details
-
getBundleName
Returns the resource bundle name- Overrides:
getBundleNamein classEBaseException- Returns:
- resource bundle name
-