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.
Copyright © 2013-2017 MarkLogic Corporation.