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 class
BadTenantFrozenException
BadTenantFrozenExceptionclass
BadTenantKeyException
BadTenantKeyExceptionclass
BadTenantNameException
BadTenantNameExceptionclass
ConnectionException
Translation of a SQLException representing an issue related to database connectivity.class
DatabaseNotReadyException
DatabaseNotReadyExceptionclass
DuplicateNameException
The name of the object to be created is identical to an existing name.class
DuplicateSchemaException
Translation of a duplicate schema to an exceptionclass
LockException
Translated exception for a SQLException representing a lock timeout or deadlock exceptionclass
TableSpaceRemovalException
When there is an issue removing the Tablespaceclass
UndefinedNameException
Throws an undefined name exceptionclass
UniqueConstraintViolationException
Translation of a duplicate key or value constraint SQLException.Methods in org.linuxforhealth.fhir.database.utils.api that return DataAccessException Modifier and Type Method Description DataAccessException
IDatabaseTranslator. 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 void
ITransaction. 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 DataAccessException
DerbyTranslator. 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 DataAccessException
PostgresTranslator. 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 void
SimpleTransaction. close()
-