Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbParserException

java.lang.Object
        java.lang.Throwable
                java.lang.Exception
                        com.ibm.broker.plugin.MbException
                                com.ibm.broker.plugin.MbRecoverableException
                                        com.ibm.broker.plugin.MbParserException

public class MbParserException
extends MbRecoverableException

An MbParserException is generated by message parsers for errors which prevent the parsing of the message content or creating a bit-stream. A parser exception is treated as a recoverable exception by the broker.

Constructor Index
Constructor Description
MbParserException(Object, String, String, String, String, Object[]) These are generated by message parsers for errors which prevent the parsing of the message content or creating a bit-stream.
MbParserException(String, String, String, String, String, Object[])  

Constructors

MbParserException

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

These are generated by message parsers for errors which prevent the parsing of the message content or creating a bit-stream. A parser exception is treated as a recoverable exception by the broker.

MbParserException

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

Class Hierarchy All Classes All Fields and Methods