Class LockException
- 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.LockException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class LockException extends DataAccessException
Translated exception for a SQLException representing a lock timeout or deadlock exception- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LockException(java.lang.Throwable t, boolean deadlock)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDeadlock()- 
Methods inherited from class org.linuxforhealth.fhir.database.utils.api.DataAccessException
isTransactionRetryable, setTransactionRetryable 
 - 
 
 -