Class DBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.dbs.DBException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DBNotAvailableException, DBRecordAlreadyExistsException, DBRecordNotFoundException, ELdapException
-
Field Summary
Fields inherited from class EBaseException
mParams -
Constructor Summary
ConstructorsConstructorDescriptionDBException(String msgFormat) Constructs a database exception.DBException(String msgFormat, Object[] params) Constructs a database exception.DBException(String msgFormat, Throwable cause) Constructs a database exception. -
Method Summary
Methods inherited from class EBaseException
getParameters, toString, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DBException
Constructs a database exception.- Parameters:
msgFormat- message format
-
DBException
-
DBException
-
-
Method Details
-
getBundleName
Description copied from class:EBaseExceptionReturns the given resource bundle name.- Overrides:
getBundleNamein classEBaseException- Returns:
- the name of the resource bundle for this class.
-