Uses of Class
com.netscape.certsrv.dbs.EDBException
-
Packages that use EDBException Package Description com.netscape.certsrv.dbs com.netscape.cmscore.dbs -
-
Uses of EDBException in com.netscape.certsrv.dbs
Subclasses of EDBException in com.netscape.certsrv.dbs Modifier and Type Class Description classEDBNotAvailExceptionIndicates internal db is down.classEDBRecordNotFoundExceptionIndicates internal db is down. -
Uses of EDBException in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that throw EDBException Modifier and Type Method Description voidDBSSession. close()Closes this session.voidLDAPSession. close()Closes this session.IDBObjLDAPRegistry. createObject(netscape.ldap.LDAPAttributeSet attrs)Creates object from attribute set.DBSSessionDBSubsystem. createSession()Creates a database session.java.util.DateCertRecord. getRevocationDate()Return revocation date.voidDBRegistry. registerAttribute(java.lang.String ufName, DBAttrMapper mapper)Registers attribute mapper.voidLDAPRegistry. registerAttribute(java.lang.String ufName, DBAttrMapper mapper)Registers attribute mapper.voidDBRegistry. registerObjectClass(java.lang.String className, java.lang.String[] ldapNames)Registers object class.voidLDAPRegistry. registerObjectClass(java.lang.String className, java.lang.String[] ldapNames)Registers object class.Constructors in com.netscape.cmscore.dbs that throw EDBException Constructor Description LDAPSession(DBSubsystem dbSubsystem, netscape.ldap.LDAPConnection c)Constructs a database session.
-