Class ConcurrentUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.linuxforhealth.fhir.database.utils.api.ConcurrentUpdateException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConcurrentUpdateException extends java.lang.RuntimeException
Schema update could not be completed because another instance of the update tool was running- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentUpdateException(java.lang.String msg)
Public constructor
-