com.ibm.broker.plugin

Class MbConversionException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MbConversionException
    extends MbRecoverableException
    An MbConversionException is generated by the broker character conversion functions if invalid data is found when attempting to convert to another datatype. A conversion exception is treated as a recoverable exception by the broker.
    See Also:
    Serialized Form
    • Constructor Detail

      • MbConversionException

        public MbConversionException(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.
      • MbConversionException

        public MbConversionException(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