Class ResourceDeletedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.dsf.fhir.dao.exception.ResourceDeletedException
All Implemented Interfaces:
Serializable

public class ResourceDeletedException extends Exception
See Also:
  • Constructor Details

    • ResourceDeletedException

      public ResourceDeletedException(org.hl7.fhir.r4.model.IdType id, LocalDateTime deleted)
  • Method Details

    • getId

      public org.hl7.fhir.r4.model.IdType getId()
    • getDeleted

      public LocalDateTime getDeleted()