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 | 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[]) |
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.
- Parameters
- source - The object which generated the exception.
- methodName - Method which generated the exception.
- messageKey - Key to the message in the exception.
- messageSource - Source of the message in the exception.
- traceText - Extra text for the message.
- inserts - Array of java Objects which are inserts for the message.
public MbParserException(String className, String methodName, String messageKey, String messageSource, String traceText, Object[] inserts)
- Parameters
- className - Class which generated the exception.
- methodName - Method which generated the exception.
- messageKey - Key to the message in the exception.
- messageSource - Source of the message in the exception.
- traceText - Extra text for the message.
- inserts - Array of java Objects which are inserts for the message.