java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.broker.plugin.MbException com.ibm.broker.plugin.MbRecoverableException com.ibm.broker.plugin.MbConversionException
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.
Constructor | Description |
---|---|
MbConversionException(Object, String, String, String, String, Object[]) | |
MbConversionException(String, String, String, String, String, Object[]) |
public MbConversionException(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 MbConversionException(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.