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

Class DataServiceApplicationException

    • Constructor Detail

      • DataServiceApplicationException

        public DataServiceApplicationException(java.lang.String messageKey,
                                               java.lang.Object[] params,
                                               java.lang.String className,
                                               java.lang.String methodName)
        Creates the DataServiceApplicationException.
        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.
      • DataServiceApplicationException

        public DataServiceApplicationException(java.lang.String messageKey,
                                               java.lang.Object[] params,
                                               java.lang.String className,
                                               java.lang.String methodName,
                                               java.lang.Throwable cause)
        Creates the DataServiceApplicationException.
        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.
      • DataServiceApplicationException

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