Serialized Form
-
Package dev.dsf.fhir.dao.exception
-
Exception dev.dsf.fhir.dao.exception.BadBundleException
class BadBundleException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception dev.dsf.fhir.dao.exception.ResourceDeletedException
class ResourceDeletedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deleted
LocalDateTime deleted
-
id
org.hl7.fhir.r4.model.IdType id
-
-
Exception dev.dsf.fhir.dao.exception.ResourceNotFoundException
class ResourceNotFoundException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
-
Exception dev.dsf.fhir.dao.exception.ResourceNotMarkedDeletedException
class ResourceNotMarkedDeletedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
-
Exception dev.dsf.fhir.dao.exception.ResourceVersionNoMatchException
class ResourceVersionNoMatchException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
expectedVersion
long expectedVersion
-
id
String id
-
latestVersion
long latestVersion
-
-