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

Class DataServiceSystemException

    • Constructor Summary

      Constructors 
      Constructor and Description
      DataServiceSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
      Creates the DataServiceSystemException.
      DataServiceSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the DataServiceSystemException.
      DataServiceSystemException(java.lang.String messageKey, java.lang.String className, java.lang.String methodName)
      Creates the DataServiceSystemException.
    • Constructor Detail

      • DataServiceSystemException

        public DataServiceSystemException(java.lang.String messageKey,
                                          java.lang.Object[] params,
                                          java.lang.String className,
                                          java.lang.String methodName)
        Creates the DataServiceSystemException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • DataServiceSystemException

        public DataServiceSystemException(java.lang.String messageKey,
                                          java.lang.Object[] params,
                                          java.lang.String className,
                                          java.lang.String methodName,
                                          java.lang.Throwable cause)
        Creates the DataServiceSystemException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
        cause - The cause of the exception.
      • DataServiceSystemException

        public DataServiceSystemException(java.lang.String messageKey,
                                          java.lang.String className,
                                          java.lang.String methodName)
        Creates the DataServiceSystemException.
        Parameters:
        messageKey - The message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.