Uses of Class
com.netscape.certsrv.dbs.EDBException
-
Packages that use EDBException Package Description com.netscape.certsrv.dbs -
-
Uses of EDBException in com.netscape.certsrv.dbs
Subclasses of EDBException in com.netscape.certsrv.dbs Modifier and Type Class Description class
EDBNotAvailException
Indicates internal db is down.class
EDBRecordNotFoundException
Indicates internal db is down.Methods in com.netscape.certsrv.dbs that throw EDBException Modifier and Type Method Description void
IDBSSession. close()
Closes this session.IDBSSession
IDBSubsystem. createSession()
Creates a database session.void
IDBRegistry. registerAttribute(java.lang.String ufName, IDBAttrMapper mapper)
Registers attribute mapper.void
IDBRegistry. registerObjectClass(java.lang.String className, java.lang.String[] ldapNames)
Registers object class.
-