Class FHIRPersistenceResourceDeletedException
- 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.FHIRPersistenceResourceDeletedException
-
- All Implemented Interfaces:
Serializable
public class FHIRPersistenceResourceDeletedException extends FHIRPersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRPersistenceResourceDeletedException(String message)
Create an exception with a single OperationOutcome.Issue of type DELETED, both with the passed messageFHIRPersistenceResourceDeletedException(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
-
FHIRPersistenceResourceDeletedException
public FHIRPersistenceResourceDeletedException(String message)
Create an exception with a single OperationOutcome.Issue of type DELETED, both with the passed message
-
-