Uses of Class
com.netscape.certsrv.dbs.DBException
Packages that use DBException
Package
Description
-
Uses of DBException in com.netscape.certsrv.dbs
Subclasses of DBException in com.netscape.certsrv.dbsModifier and TypeClassDescriptionclassThis exception indicates that the internal database is down.classThis exception indicates that a record already exists in the internal database.classThis exception indicates that a record does not exist in the internal database. -
Uses of DBException in com.netscape.certsrv.ldap
Subclasses of DBException in com.netscape.certsrv.ldapModifier and TypeClassDescriptionclassA class that represents a Ldap exception.classThis represents exception which indicates Ldap server is down.Methods in com.netscape.certsrv.ldap that return DBExceptionModifier and TypeMethodDescriptionstatic DBExceptionLDAPExceptionConverter.toDBException(netscape.ldap.LDAPException e) -
Uses of DBException in com.netscape.certsrv.publish
Subclasses of DBException in com.netscape.certsrv.publishModifier and TypeClassDescriptionclassThis type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.classException for Publish Mapper not found.classException for Mapper Plugin not found.classException for Publisher not found.classException for Publisher Plugin not found.classException for Ldap Publishing Rule not found.classException for Publisher Rule plugin not found.Methods in com.netscape.certsrv.publish that throw DBExceptionModifier and TypeMethodDescriptionabstract voidMapper.init(ConfigStore config) Initialize from config store.abstract voidPublisher.init(ConfigStore config) Initialize from config store.abstract Stringmaps a certificate to a LDAP entry.abstract Stringmaps a certificate to a LDAP entry.abstract voidPublish an object.abstract voidUnpublish an object. -
Uses of DBException in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw DBException -
Uses of DBException in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that throw DBExceptionModifier and TypeMethodDescriptionvoidDBSSession.close()Closes this session.voidLDAPSession.close()Closes this session.LDAPRegistry.createObject(netscape.ldap.LDAPAttributeSet attrs) Creates object from attribute set.DBSubsystem.createSession()Creates a database session.voidDBRegistry.registerAttribute(String ufName, DBAttrMapper mapper) Registers attribute mapper.voidLDAPRegistry.registerAttribute(String ufName, DBAttrMapper mapper) Registers attribute mapper.voidDBRegistry.registerObjectClass(String className, String[] ldapNames) Registers object class.voidLDAPRegistry.registerObjectClass(String className, String[] ldapNames) Registers object class.Constructors in com.netscape.cmscore.dbs that throw DBExceptionModifierConstructorDescriptionLDAPSession(DBSubsystem dbSubsystem, netscape.ldap.LDAPConnection c) Constructs a database session. -
Uses of DBException in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that throw DBException