Class FHIRResourceDeletedException

    • Constructor Summary

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

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FHIRResourceDeletedException

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

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