Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbFatalException

java.lang.Object
        java.lang.Throwable
                java.lang.Exception
                        com.ibm.broker.plugin.MbException
                                com.ibm.broker.plugin.MbFatalException

public class MbFatalException
extends MbException

An MbFatalException is generated when a condition occurs that prevents the broker process from continuing execution safely, or where it is broker policy to terminate the process. Examples of fatal exceptions are a failure to acquire a critical system resource, or an internally caught severe software error. The broker process will terminate after a fatal exception is thrown.

Constructor Index
Constructor Description
MbFatalException(Object, String, String, String, String, Object[])  
MbFatalException(String, String, String, String, String, Object[])  

Constructors

MbFatalException

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

MbFatalException

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

Class Hierarchy All Classes All Fields and Methods