Package com.ibm.fhir.database.utils.api
Class UniqueConstraintViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.fhir.database.utils.api.DataAccessException
-
- com.ibm.fhir.database.utils.api.UniqueConstraintViolationException
-
- All Implemented Interfaces:
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(String msg, Throwable t)
UniqueConstraintViolationException(Throwable t)
-
Method Summary
-
Methods inherited from class com.ibm.fhir.database.utils.api.DataAccessException
isTransactionRetryable, setTransactionRetryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-