Uses of Class
to.etc.webapp.query.QDbException

Packages that use QDbException
to.etc.webapp.query   
 

Uses of QDbException in to.etc.webapp.query
 

Subclasses of QDbException in to.etc.webapp.query
 class QConcurrentUpdateException
          This will be thrown when a concurrent update happens.
 class QConstraintViolationException
           
 class QDuplicateKeyException
           
 class QNotFoundException
          Thrown for all cases where a record is not found but required.
 

Methods in to.etc.webapp.query that return QDbException
static QDbException QDbException.findTranslation(java.lang.Exception x)
          Create the proper exception from a SQLException type.