Class 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 Detail

      • FHIRPersistenceIfNoneMatchException

        public FHIRPersistenceIfNoneMatchException​(java.lang.String message)