Class OperationNotSupported

java.lang.Object
com.marklogic.client.io.marker.OperationNotSupported

public class OperationNotSupported extends Object
A handle uses OperationNotSupported as a read or write interface when the handle does not support that operation. For instance, SearchHandle uses OperationNotSupported as its write interface because because a SearchHandle can be used only to read search results and not to write anything to the database.