Package com.ibm.fhir.database.utils.api
Class UndefinedNameException
- 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.UndefinedNameException
-
- All Implemented Interfaces:
Serializable
public class UndefinedNameException extends DataAccessException
Throws an undefined name exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndefinedNameException(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
-
-
-
-
Constructor Detail
-
UndefinedNameException
public UndefinedNameException(Throwable t)
- Parameters:
t
-
-
-