Package com.netscape.certsrv.dbs
Class DBRecordAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.dbs.DBException
com.netscape.certsrv.dbs.DBRecordAlreadyExistsException
- All Implemented Interfaces:
Serializable
This exception indicates that a record already exists in the internal database.
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionDBRecordAlreadyExistsException
(String errorString) DBRecordAlreadyExistsException
(String errorString, Throwable cause) -
Method Summary
Methods inherited from class com.netscape.certsrv.dbs.DBException
getBundleName
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
-
DBRecordAlreadyExistsException
-
DBRecordAlreadyExistsException
-