Class BrokerClientQueueLockException

All Implemented Interfaces:
Serializable

public class BrokerClientQueueLockException extends BrokerException
This exception is thrown by Information Broker client methods when the specified operation cannot be affected as the BrokerClient is determined to be locked for queue browser operations. been disconnected or destroyed. IMPORTANT NOTE: Support for queue manipulation feature is dropped from Broker version 6.5 onwards. The preferred way to affect queue manipulation operations are via the BrokerClientQueueBrowser and BrokerLockedClientQueueBrowser classes.
See Also: