com.ibm.broker.plugin

Class MbFatalException

  • All Implemented Interfaces:
    java.io.Serializable


    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.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      MbFatalException(java.lang.Object source, java.lang.String methodName, java.lang.String messageSource, java.lang.String messageKey, java.lang.String traceText, java.lang.Object[] inserts) 
      MbFatalException(java.lang.String className, java.lang.String methodName, java.lang.String messageSource, java.lang.String messageKey, java.lang.String traceText, java.lang.Object[] inserts) 
    • Constructor Detail

      • MbFatalException

        public MbFatalException(java.lang.String className,
                                java.lang.String methodName,
                                java.lang.String messageSource,
                                java.lang.String messageKey,
                                java.lang.String traceText,
                                java.lang.Object[] inserts)
        Parameters:
        className - Class which generated the exception.
        methodName - Method which generated the exception.
        messageSource - Source of the message in the exception.
        messageKey - Key to the message in the exception.
        traceText - Extra text for the message.
        inserts - Array of java Objects which are inserts for the message.
      • MbFatalException

        public MbFatalException(java.lang.Object source,
                                java.lang.String methodName,
                                java.lang.String messageSource,
                                java.lang.String messageKey,
                                java.lang.String traceText,
                                java.lang.Object[] inserts)
        Parameters:
        source - The object which generated the exception.
        methodName - Method which generated the exception.
        messageSource - Source of the message in the exception.
        messageKey - Key to the message in the exception.
        traceText - Extra text for the message.
        inserts - Array of java Objects which are inserts for the message.
IBM Integration BusTM
JavaTM Plugin Node API