NBFatalException ClassIBM Integration Bus
NBFatalException represents a severe error condition that prevents the broker process from continuing execution safely, or where it is broker policy to terminate the process.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class NBFatalException : NBException, 
	ISerializable
Remarks

Examples of fatal exceptions are a failure to acquire a critical system resource, or an internally caught severe software error. The broker process will terminate after a fatal exception is thrown.

NBFatalException's may be thrown if the node detects that a condition that requires the broker process should be terminated and restarted, but they should not be caught by user code.

See Also