Package com.ibm.fhir.database.utils.api
Class DuplicateNameException
- 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.DuplicateNameException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 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(String msg, Throwable t)DuplicateNameException(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 
 - 
 
 -