An NBDatabaseException is generated when a database management system reports an error during broker operation.
A database exception is treated as a recoverable exception by the broker.
System Object
System Exception IBM.Broker.Plugin NBException IBM.Broker.Plugin NBRecoverableException IBM.Broker.Plugin NBDatabaseExceptionNamespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
[SerializableAttribute]
public class NBDatabaseException : NBRecoverableException,
ISerializable
[SerializableAttribute]
public class NBDatabaseException : NBRecoverableException,
ISerializable
<SerializableAttribute>
Public Class NBDatabaseException
Inherits NBRecoverableException
Implements ISerializable
<SerializableAttribute>
Public Class NBDatabaseException
Inherits NBRecoverableException
Implements ISerializable
[SerializableAttribute]
public ref class NBDatabaseException : public NBRecoverableException,
ISerializable
[SerializableAttribute]
public ref class NBDatabaseException : public NBRecoverableException,
ISerializable
[<SerializableAttribute>]
type NBDatabaseException =
class
inherit NBRecoverableException
interface ISerializable
end
[<SerializableAttribute>]
type NBDatabaseException =
class
inherit NBRecoverableException
interface ISerializable
end