com.ibm.commerce.foundation.server.services.dataaccess.bom.exception

Class BusinessObjectMediatorException

  • All Implemented Interfaces:
    java.io.Serializable


    public class BusinessObjectMediatorException
    extends AbstractSystemException
    Exception class for application errors during the execution of the mediators The foundation mediator classes as well as the component classes can throw this exception for exceptions occuring in the business object mediators.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      BusinessObjectMediatorException(java.lang.String astrMessageKey, java.lang.Object[] aParams, java.lang.String astrClassName, java.lang.String astrMethodName)
      Creates the BusinessObjectMediatorException.
      BusinessObjectMediatorException(java.lang.String astrMessageKey, java.lang.Object[] aParams, java.lang.String aResourceBundle, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable aCause)
      Creates the BusinessObjectMediatorException.
      BusinessObjectMediatorException(java.lang.String astrMessageKey, java.lang.Object[] aParams, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable aCause)
      Creates the BusinessObjectMediatorException.
      BusinessObjectMediatorException(java.lang.String astrMessage, java.lang.String astrClassName, java.lang.String astrMethodName)
      Creates the BusinessObjectMediatorException.
      BusinessObjectMediatorException(java.lang.String astrMessageKey, java.lang.String aLocalizedMsg, java.lang.String aErrorCode, java.lang.Object[] aParams, java.lang.String aResourceBundle, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable aCause)
      Creates the BusinessObjectMediatorException.
      BusinessObjectMediatorException(java.lang.String astrMessage, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable aCause)
      Creates the BusinessObjectMediatorException.
    • Constructor Detail

      • BusinessObjectMediatorException

        public BusinessObjectMediatorException(java.lang.String astrMessage,
                                               java.lang.String astrClassName,
                                               java.lang.String astrMethodName)
        Creates the BusinessObjectMediatorException.
        Parameters:
        astrMessage - The message or message key of the exception.
        astrClassName - The name of the class throwing the exception.
        astrMethodName - The name of the method throwing the exception.
      • BusinessObjectMediatorException

        public BusinessObjectMediatorException(java.lang.String astrMessageKey,
                                               java.lang.Object[] aParams,
                                               java.lang.String astrClassName,
                                               java.lang.String astrMethodName)
        Creates the BusinessObjectMediatorException.
        Parameters:
        astrMessageKey - The message key of the exception.
        aParams - The parameters used for the message key of the exception.
        astrClassName - The name of the class throwing the exception.
        astrMethodName - The name of the method throwing the exception.
      • BusinessObjectMediatorException

        public BusinessObjectMediatorException(java.lang.String astrMessage,
                                               java.lang.String astrClassName,
                                               java.lang.String astrMethodName,
                                               java.lang.Throwable aCause)
        Creates the BusinessObjectMediatorException.
        Parameters:
        astrMessage - The cause of the exception.
        astrClassName - The name of the class throwing the exception.
        astrMethodName - The name of the method throwing the exception.
        aCause - The cause of the exception.
      • BusinessObjectMediatorException

        public BusinessObjectMediatorException(java.lang.String astrMessageKey,
                                               java.lang.Object[] aParams,
                                               java.lang.String astrClassName,
                                               java.lang.String astrMethodName,
                                               java.lang.Throwable aCause)
        Creates the BusinessObjectMediatorException.
        Parameters:
        astrMessageKey - The message key of the exception.
        aParams - The parameters used for the message key of the exception.
        astrClassName - The name of the class throwing the exception.
        astrMethodName - The name of the method throwing the exception.
        aCause - The cause of the exception.
      • BusinessObjectMediatorException

        public BusinessObjectMediatorException(java.lang.String astrMessageKey,
                                               java.lang.Object[] aParams,
                                               java.lang.String aResourceBundle,
                                               java.lang.String astrClassName,
                                               java.lang.String astrMethodName,
                                               java.lang.Throwable aCause)
        Creates the BusinessObjectMediatorException.
        Parameters:
        astrMessageKey - The message key of the exception.
        aParams - The parameters used for the message key of the exception.
        aResourceBundle - The resource bundle associated with the message key
        astrClassName - The name of the class throwing the exception.
        astrMethodName - The name of the method throwing the exception.
        aCause - The cause of the exception.
      • BusinessObjectMediatorException

        public BusinessObjectMediatorException(java.lang.String astrMessageKey,
                                               java.lang.String aLocalizedMsg,
                                               java.lang.String aErrorCode,
                                               java.lang.Object[] aParams,
                                               java.lang.String aResourceBundle,
                                               java.lang.String astrClassName,
                                               java.lang.String astrMethodName,
                                               java.lang.Throwable aCause)
        Creates the BusinessObjectMediatorException.
        Parameters:
        astrMessageKey - The message key of the exception.
        aLocalizedMsg - The localised message of the exception.
        aErrorCode - The error code of the exception.
        aParams - The parameters used for the message key of the exception.
        aResourceBundle - The resource bundle associated with the message key
        astrClassName - The name of the class throwing the exception.
        astrMethodName - The name of the method throwing the exception.
        aCause - The cause of the exception.