Uses of Class
org.linuxforhealth.fhir.database.utils.api.DataAccessException
-
-
Uses of DataAccessException in org.linuxforhealth.fhir.database.utils.api
Subclasses of DataAccessException in org.linuxforhealth.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 org.linuxforhealth.fhir.database.utils.api that return DataAccessException Modifier and Type Method Description DataAccessExceptionIDatabaseTranslator. translate(java.sql.SQLException x)Get an appropriate instance of ReplicatorException to throw depending on the details of SQLExceptionMethods in org.linuxforhealth.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 org.linuxforhealth.fhir.database.utils.derby
Methods in org.linuxforhealth.fhir.database.utils.derby that return DataAccessException Modifier and Type Method Description DataAccessExceptionDerbyTranslator. translate(java.sql.SQLException x) -
Uses of DataAccessException in org.linuxforhealth.fhir.database.utils.postgres
Methods in org.linuxforhealth.fhir.database.utils.postgres that return DataAccessException Modifier and Type Method Description DataAccessExceptionPostgresTranslator. translate(java.sql.SQLException x) -
Uses of DataAccessException in org.linuxforhealth.fhir.database.utils.transaction
Methods in org.linuxforhealth.fhir.database.utils.transaction that throw DataAccessException Modifier and Type Method Description voidSimpleTransaction. close()
-