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.
-
Method Summary
Methods
inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.