Class UniqueConstraintViolationException
- 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.UniqueConstraintViolationException
-
- All Implemented Interfaces:
java.io.Serializable
public class UniqueConstraintViolationException extends DataAccessException
Translation of a duplicate key or value constraint SQLException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UniqueConstraintViolationException(java.lang.String msg, java.lang.Throwable t)
UniqueConstraintViolationException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class org.linuxforhealth.fhir.database.utils.api.DataAccessException
isTransactionRetryable, setTransactionRetryable
-
-