Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbUserException

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

public class MbUserException
extends MbRecoverableException

These are generated when a Throw node throws a user-defined exception.

Constructor Index
Constructor Description
MbUserException(Object, String, String, String, String, Object[])  
MbUserException(String, String, String, String, String, Object[]) These are generated when a Throw node throws a user-defined exception.

Constructors

MbUserException

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

MbUserException

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

These are generated when a Throw node throws a user-defined exception.

Class Hierarchy All Classes All Fields and Methods