Class UndefinedNameException
- 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.UndefinedNameException
-
- All Implemented Interfaces:
java.io.Serializable
public class UndefinedNameException extends DataAccessException
Throws an undefined name exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndefinedNameException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class org.linuxforhealth.fhir.database.utils.api.DataAccessException
isTransactionRetryable, setTransactionRetryable
-
-