Class FHIRPersistenceResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.fhir.exception.FHIRException
-
- com.ibm.fhir.exception.FHIROperationException
-
- com.ibm.fhir.persistence.exception.FHIRPersistenceException
-
- com.ibm.fhir.persistence.exception.FHIRPersistenceResourceNotFoundException
-
- All Implemented Interfaces:
Serializable
public class FHIRPersistenceResourceNotFoundException extends FHIRPersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRPersistenceResourceNotFoundException(String message)
Create an exception with a single OperationOutcome.Issue of type NOT_FOUND, both with the passed messageFHIRPersistenceResourceNotFoundException(String message, 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 com.ibm.fhir.persistence.exception.FHIRPersistenceException
withIssue, withIssue
-
Methods inherited from class com.ibm.fhir.exception.FHIROperationException
buildOperationOutcome, getIssues, setIssues
-
Methods inherited from class com.ibm.fhir.exception.FHIRException
addProbeId, getUniqueId, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
FHIRPersistenceResourceNotFoundException
public FHIRPersistenceResourceNotFoundException(String message)
Create an exception with a single OperationOutcome.Issue of type NOT_FOUND, both with the passed message
-
-