All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.marklogic.client.ContentWrongVersionException Maven / Gradle / Ivy

The newest version!
package com.marklogic.client;

import com.marklogic.client.impl.FailedRequest;

/**
 * Represents a "RESTAPI-CONTENTWRONGVERSION" error from the REST API that can occur when using optimistic locking.
 *
 * @since 6.3.0
 */
public class ContentWrongVersionException extends FailedRequestException {

	public ContentWrongVersionException(String message, FailedRequest failedRequest) {
		super(message, failedRequest);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy