Class BrokerInterruptedException

All Implemented Interfaces:
Serializable

public class BrokerInterruptedException extends BrokerException
This exception is thrown by Information Broker client methods when an interruption occurs. This applies to interruptable methods such as BrokerClient's getEvent(), getEvents(), and dispatch().
See Also: