Class DuplicateSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.linuxforhealth.fhir.database.utils.api.DataAccessException
-
- org.linuxforhealth.fhir.database.utils.api.DuplicateSchemaException
-
- All Implemented Interfaces:
java.io.Serializable
public class DuplicateSchemaException extends DataAccessException
Translation of a duplicate schema to an exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateSchemaException(java.lang.String msg, java.lang.Throwable t)
DuplicateSchemaException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class org.linuxforhealth.fhir.database.utils.api.DataAccessException
isTransactionRetryable, setTransactionRetryable
-
-