Class EAuthzException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.authorization.EAuthzException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EAuthzAccessDenied
,EAuthzInternalError
,EAuthzMgrNotFound
,EAuthzMgrPluginNotFound
,EAuthzUnknownOperation
,EAuthzUnknownProtectedRes
,EAuthzUnknownRealm
public class EAuthzException extends EBaseException
This class represents authorization exceptions.- Version:
- $Revision$, $Date$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description EAuthzException(java.lang.String msgFormat)
Constructs a authz exceptionEAuthzException(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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getBundleName()
Returns the resource bundle name-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
-
-
-
-
Constructor Detail
-
EAuthzException
public EAuthzException(java.lang.String msgFormat)
Constructs a authz exception- Parameters:
msgFormat
- exception details
-
EAuthzException
public EAuthzException(java.lang.String msgFormat, java.lang.Exception param)
Constructs a authz exception with a exception parameter.- Parameters:
msgFormat
- exception details in message string formatparam
- system exception
-
EAuthzException
public EAuthzException(java.lang.String msgFormat, java.lang.Object[] params)
Constructs a authz exception with a list of parameters.- Parameters:
msgFormat
- the message format.params
- list of message format parameters
-
-
Method Detail
-
getBundleName
protected java.lang.String getBundleName()
Returns the resource bundle name- Overrides:
getBundleName
in classEBaseException
- Returns:
- resource bundle name
-
-