NBBrokerException ClassIBM Integration Bus
NBBrokerException represents an exception that wraps other exceptions thrown from the Propagate methods.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    IBM.Broker.Plugin NBException
      IBM.Broker.Plugin NBBrokerException

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

[SerializableAttribute]
public sealed class NBBrokerException : NBException, 
	ISerializable
Remarks

NBBrokerExceptions are thrown by the Propagate methods which wrap exceptions thrown by nodes downstream of the current node in the flow. Normal NBBrokerExceptions are not caught and will be passed back to the broker. However, if they are caught by user code they must be rethrown to the broker for additional error recovery to be performed.
See Also