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 | Description |
---|---|
MbConfigurationException(Object, String, String, String, String, Object[]) | |
MbConfigurationException(String, String, String, String, String, Object[]) |
public MbConfigurationException(Object source, String methodName, String messageSource, String messageKey, String traceText, Object[] inserts)
- 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 MbConfigurationException(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.