com.ibm.broker.plugin

Class MbConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable


    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • MbConfigurationException

        public MbConfigurationException(java.lang.String className,
                                        java.lang.String methodName,
                                        java.lang.String messageSource,
                                        java.lang.String messageKey,
                                        java.lang.String traceText,
                                        java.lang.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.
      • MbConfigurationException

        public MbConfigurationException(java.lang.Object source,
                                        java.lang.String methodName,
                                        java.lang.String messageSource,
                                        java.lang.String messageKey,
                                        java.lang.String traceText,
                                        java.lang.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.
IBM Integration BusTM
JavaTM Plugin Node API