Class FHIRResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.linuxforhealth.fhir.exception.FHIRException
-
- org.linuxforhealth.fhir.exception.FHIROperationException
-
- org.linuxforhealth.fhir.server.exception.FHIRResourceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FHIRResourceNotFoundException extends FHIROperationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRResourceNotFoundException(java.lang.String message)
Create an exception with a single OperationOutcome.Issue of type NOT_FOUND, both with the passed messageFHIRResourceNotFoundException(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
-
FHIRResourceNotFoundException
public FHIRResourceNotFoundException(java.lang.String message)
Create an exception with a single OperationOutcome.Issue of type NOT_FOUND, both with the passed message
-
FHIRResourceNotFoundException
public FHIRResourceNotFoundException(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
-
-