Uses of Class
suncertify.db.DuplicateKeyException

Packages that use DuplicateKeyException
suncertify.common   
suncertify.db   
 

Uses of DuplicateKeyException in suncertify.common
 

Methods in suncertify.common that throw DuplicateKeyException
 int QueryInterfaceImpl.create(java.lang.String[] data, java.lang.String clientId)
          Creates a new record in the database.
 int QueryInterface.create(java.lang.String[] data, java.lang.String clientId)
          Creates a new record in the database (possibly reusing a deleted entry).
 

Uses of DuplicateKeyException in suncertify.db
 

Methods in suncertify.db that throw DuplicateKeyException
 int DBMain.create(java.lang.String[] data)
          Creates a new record in the database (possibly reusing a deleted entry).
 int Data.create(java.lang.String[] data)
          Creates a new record in the database (possibly reusing a deleted entry).