Class DuplicateNameException
- 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.DuplicateNameException
-
- All Implemented Interfaces:
java.io.Serializable
public class DuplicateNameException extends DataAccessException
The name of the object to be created is identical to an existing name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateNameException(java.lang.String msg, java.lang.Throwable t)
DuplicateNameException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class org.linuxforhealth.fhir.database.utils.api.DataAccessException
isTransactionRetryable, setTransactionRetryable
-
-