Class FHIRResourceDeletedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.linuxforhealth.fhir.exception.FHIRException
 - 
- org.linuxforhealth.fhir.exception.FHIROperationException
 - 
- org.linuxforhealth.fhir.server.exception.FHIRResourceDeletedException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class FHIRResourceDeletedException extends FHIROperationException
- See Also:
 - Serialized Form
 
 
- 
- 
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 messageFHIRResourceDeletedException(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 org.linuxforhealth.fhir.exception.FHIROperationException
buildOperationOutcome, getIssues, setIssues, withIssue, withIssue 
- 
Methods inherited from class org.linuxforhealth.fhir.exception.FHIRException
addProbeId, getUniqueId, toString 
 - 
 
 - 
 
- 
- 
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 
 - 
 
 -