Class FHIRPersistenceResourceDeletedException

    • Constructor Summary

      Constructors 
      Constructor Description
      FHIRPersistenceResourceDeletedException​(java.lang.String message)
      Create an exception with a single OperationOutcome.Issue of type DELETED, both with the passed message
      FHIRPersistenceResourceDeletedException​(java.lang.String message, java.lang.Throwable cause)
      Create an exception with the passed message and cause and a single OperationOutcome.Issue with the passed message and an IssueType of NOT_FOUND
    • Constructor Detail

      • FHIRPersistenceResourceDeletedException

        public FHIRPersistenceResourceDeletedException​(java.lang.String message)
        Create an exception with a single OperationOutcome.Issue of type DELETED, both with the passed message
      • FHIRPersistenceResourceDeletedException

        public FHIRPersistenceResourceDeletedException​(java.lang.String message,
                                                       java.lang.Throwable cause)
        Create an exception with the passed message and cause and a single OperationOutcome.Issue with the passed message and an IssueType of NOT_FOUND