Class FHIRPersistenceIfNoneMatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.linuxforhealth.fhir.exception.FHIRException
-
- org.linuxforhealth.fhir.exception.FHIROperationException
-
- org.linuxforhealth.fhir.persistence.exception.FHIRPersistenceException
-
- org.linuxforhealth.fhir.persistence.exception.FHIRPersistenceIfNoneMatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class FHIRPersistenceIfNoneMatchException extends FHIRPersistenceException
This exception is thrown when an IfNoneMatch precondition check fails and the server is configured to treat this as an error (412 Precondition Failed). See FHIRConfiguration.PROPERTY_IF_NONE_MATCH_RETURNS_NOT_MODIFIED.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRPersistenceIfNoneMatchException(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.linuxforhealth.fhir.persistence.exception.FHIRPersistenceException
withIssue, withIssue
-
Methods inherited from class org.linuxforhealth.fhir.exception.FHIROperationException
buildOperationOutcome, getIssues, setIssues
-
Methods inherited from class org.linuxforhealth.fhir.exception.FHIRException
addProbeId, getUniqueId, toString
-
-