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 | Description |
---|---|
MbDatabaseException(Object, String, String, String, String, Object[]) | exception by the broker. |
MbDatabaseException(String, String, String, String, String, Object[]) |
public MbDatabaseException(Object source, String methodName, String messageSource, String messageKey, String traceText, Object[] inserts)exception by the broker.
- Parameters
- source - The object which generated the exception.
- methodName - Method which generated the exception.
- messageSource - Source of the message in the exception.
- messageKey - Key to the message in the exception.
- traceText - Extra text for the message.
- inserts - Array of java Objects which are inserts for the message.
public MbDatabaseException(String className, String methodName, String messageSource, String messageKey, String traceText, Object[] inserts)
- Parameters
- className - Class which generated the exception.
- methodName - Method which generated the exception.
- messageSource - Source of the message in the exception.
- messageKey - Key to the message in the exception.
- traceText - Extra text for the message.
- inserts - Array of java Objects which are inserts for the message.