Uses of Class
com.ibm.fhir.database.utils.api.DataAccessException
- 
- 
Uses of DataAccessException in com.ibm.fhir.database.utils.api
Subclasses of DataAccessException in com.ibm.fhir.database.utils.api Modifier and Type Class Description classBadTenantFrozenExceptionBadTenantFrozenExceptionclassBadTenantKeyExceptionBadTenantKeyExceptionclassBadTenantNameExceptionBadTenantNameExceptionclassConnectionExceptionTranslation of a SQLException representing an issue related to database connectivity.classDatabaseNotReadyExceptionDatabaseNotReadyExceptionclassDuplicateNameExceptionThe name of the object to be created is identical to an existing name.classDuplicateSchemaExceptionTranslation of a duplicate schema to an exceptionclassLockExceptionTranslated exception for a SQLException representing a lock timeout or deadlock exceptionclassTableSpaceRemovalExceptionWhen there is an issue removing the TablespaceclassUndefinedNameExceptionThrows an undefined name exceptionclassUniqueConstraintViolationExceptionTranslation of a duplicate key or value constraint SQLException.Methods in com.ibm.fhir.database.utils.api that return DataAccessException Modifier and Type Method Description DataAccessExceptionIDatabaseTranslator. translate(SQLException x)Get an appropriate instance of ReplicatorException to throw depending on the details of SQLExceptionMethods in com.ibm.fhir.database.utils.api that throw DataAccessException Modifier and Type Method Description voidITransaction. close()Override theAutoCloseable.close()method so that we can refine the exception - 
Uses of DataAccessException in com.ibm.fhir.database.utils.db2
Methods in com.ibm.fhir.database.utils.db2 that return DataAccessException Modifier and Type Method Description DataAccessExceptionDb2Translator. translate(SQLException x) - 
Uses of DataAccessException in com.ibm.fhir.database.utils.derby
Methods in com.ibm.fhir.database.utils.derby that return DataAccessException Modifier and Type Method Description DataAccessExceptionDerbyTranslator. translate(SQLException x) - 
Uses of DataAccessException in com.ibm.fhir.database.utils.postgres
Methods in com.ibm.fhir.database.utils.postgres that return DataAccessException Modifier and Type Method Description DataAccessExceptionPostgresTranslator. translate(SQLException x) - 
Uses of DataAccessException in com.ibm.fhir.database.utils.transaction
Methods in com.ibm.fhir.database.utils.transaction that throw DataAccessException Modifier and Type Method Description voidSimpleTransaction. close() 
 -