Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbDatabaseException

java.lang.Object
        java.lang.Throwable
                java.lang.Exception
                        com.ibm.broker.plugin.MbException
                                com.ibm.broker.plugin.MbRecoverableException
                                        com.ibm.broker.plugin.MbDatabaseException

public class MbDatabaseException
extends MbRecoverableException

An MbDatabaseException 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.

Constructor Index
Constructor Description
MbDatabaseException(Object, String, String, String, String, Object[]) exception by the broker.
MbDatabaseException(String, String, String, String, String, Object[])  

Constructors

MbDatabaseException

public MbDatabaseException(Object source,
                           String methodName,
                           String messageSource,
                           String messageKey,
                           String traceText,
                           Object[] inserts) 

exception by the broker.

MbDatabaseException

public MbDatabaseException(String className,
                           String methodName,
                           String messageSource,
                           String messageKey,
                           String traceText,
                           Object[] inserts) 

Class Hierarchy All Classes All Fields and Methods