Class FHIRPersistenceResourceNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      FHIRPersistenceResourceNotFoundException​(java.lang.String message)
      Create an exception with a single OperationOutcome.Issue of type NOT_FOUND, both with the passed message
      FHIRPersistenceResourceNotFoundException​(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

      • FHIRPersistenceResourceNotFoundException

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

        public FHIRPersistenceResourceNotFoundException​(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