com.netscape.certsrv.authorization
Class EAuthzException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.netscape.certsrv.base.EBaseException
              extended by com.netscape.certsrv.authorization.EAuthzException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EAuthzAccessDenied, EAuthzInternalError, EAuthzMgrNotFound, EAuthzMgrPluginNotFound, EAuthzUnknownOperation, EAuthzUnknownProtectedRes

public class EAuthzException
extends EBaseException

This class represents authorization exceptions.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
See Also:
Serialized Form

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

EAuthzException

public EAuthzException(java.lang.String msgFormat)
Constructs a authz exception

Parameters:
msgFormat - exception details

EAuthzException

public EAuthzException(java.lang.String msgFormat,
                       java.lang.String param)
Constructs a authz exception with a parameter.

Parameters:
msgFormat - exception details in message string format
param - message string parameter

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 format
param - 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 class EBaseException
Returns:
resource bundle name