Package com.ibm.fhir.schema.api
Class ConcurrentUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.fhir.schema.api.ConcurrentUpdateException
-
- All Implemented Interfaces:
Serializable
public class ConcurrentUpdateException extends 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(String msg)
Public constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConcurrentUpdateException
public ConcurrentUpdateException(String msg)
Public constructor- Parameters:
msg
- some context about the error
-
-