Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbConversionException

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 Index
Constructor Description
MbConversionException(Object, String, String, String, String, Object[])  
MbConversionException(String, String, String, String, String, Object[])  

Constructors

MbConversionException

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

MbConversionException

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

Class Hierarchy All Classes All Fields and Methods