Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbConfigurationException

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

public class MbConfigurationException
extends MbRecoverableException

An MbConfigurationException is generated when a configuration request fails. This can be 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.

Constructor Index
Constructor Description
MbConfigurationException(Object, String, String, String, String, Object[])  
MbConfigurationException(String, String, String, String, String, Object[])  

Constructors

MbConfigurationException

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

MbConfigurationException

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

Class Hierarchy All Classes All Fields and Methods