NBConfigurationException ClassIBM Integration Bus
An NBConfigurationException is generated when a configuration request fails.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    IBM.Broker.Plugin NBException
      IBM.Broker.Plugin NBRecoverableException
        IBM.Broker.Plugin NBConfigurationException

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

[SerializableAttribute]
public class NBConfigurationException : NBRecoverableException, 
	ISerializable
Remarks

The configuration request can fail because of an error in the format of the configuration request, or an error in the data. When a configuration exception is thrown, the request is rejected and an error response message is returned. This type of exception can be thrown from the OnInitialize() method or the default constructor of a node.
See Also