Package com.netscape.certsrv.usrgrp
Class EUsrGrpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.usrgrp.EUsrGrpException
- All Implemented Interfaces:
Serializable
A class represents a Identity exception.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEUsrGrpException
(String msgFormat) Constructs a usr/grp management exceptionEUsrGrpException
(String msgFormat, Exception e) Constructs a Identity exception.EUsrGrpException
(String msgFormat, Object[] params) Constructs a Identity exception. -
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
-
EUsrGrpException
Constructs a usr/grp management exception- Parameters:
msgFormat
- exception details in message string format
-
EUsrGrpException
Constructs a Identity exception.- Parameters:
e
- system exception
-
EUsrGrpException
Constructs a Identity exception.- Parameters:
msgFormat
- exception details in message string formatparams
- list of message format parameters
-
-
Method Details
-
getBundleName
Retrieves bundle name.- Overrides:
getBundleName
in classEBaseException
- Returns:
- the name of the resource bundle for this class.
-