Package dev.dsf.fhir.dao.exception
Class ResourceVersionNoMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.dsf.fhir.dao.exception.ResourceVersionNoMatchException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceVersionNoMatchException(String id, long expectedVersion, long latestVersion) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceVersionNoMatchException
-
-
Method Details
-
getId
-
getExpectedVersion
public long getExpectedVersion() -
getLatestVersion
public long getLatestVersion()
-