com.ibm.commerce.foundation.dataload.exception

Class DataLoadException

    • Constructor Summary

      Constructors 
      Constructor and Description
      DataLoadException()
      This is the default constructor for this class,calls super class constructor.
      DataLoadException(java.lang.String message)
      This is a constructor for this class which has one parameter.
      DataLoadException(java.lang.String message, java.lang.Object[] param, java.lang.String className, java.lang.String methodName)
      This is a constructor for this class which has four parameters.
      DataLoadException(java.lang.String message, java.lang.Object[] param, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      This is a constructor for this class which has five parameters.
      DataLoadException(java.lang.String message, java.lang.String className, java.lang.String methodName)
      This is a constructor for this class which has three parameters.
      DataLoadException(java.lang.String message, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      This is a constructor for this class which has four parameters.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DataLoadException

        public DataLoadException()
        This is the default constructor for this class,calls super class constructor.
      • DataLoadException

        public DataLoadException(java.lang.String message)
        This is a constructor for this class which has one parameter.
        Parameters:
        message - An DataLoadMessageKeys object used for describing the exception.
      • DataLoadException

        public DataLoadException(java.lang.String message,
                                 java.lang.String className,
                                 java.lang.String methodName)
        This is a constructor for this class which has three parameters.
        Parameters:
        message - An DataLoadMessageKeys object used for describing the exception.
        className - The name of the class that threw this DataLoadException.
        methodName - The name of the method that threw this DataLoadException.
      • DataLoadException

        public DataLoadException(java.lang.String message,
                                 java.lang.String className,
                                 java.lang.String methodName,
                                 java.lang.Throwable cause)
        This is a constructor for this class which has four parameters.
        Parameters:
        message - An DataLoadMessageKeys object used for describing the exception.
        className - The name of the class that threw this DataLoadException.
        methodName - The name of the method that threw this DataLoadException.
        cause - The exception causing at the original point of failure.
      • DataLoadException

        public DataLoadException(java.lang.String message,
                                 java.lang.Object[] param,
                                 java.lang.String className,
                                 java.lang.String methodName)
        This is a constructor for this class which has four parameters.
        Parameters:
        message - An DataLoadMessageKeys object used for describing the exception.
        param - An Object array of parameter values to be passed to the message.
        className - The name of the class that threw this DataLoadException.
        methodName - The name of the method that threw this DataLoadException.
      • DataLoadException

        public DataLoadException(java.lang.String message,
                                 java.lang.Object[] param,
                                 java.lang.String className,
                                 java.lang.String methodName,
                                 java.lang.Throwable cause)
        This is a constructor for this class which has five parameters.
        Parameters:
        message - An DataLoadMessageKeys object used for describing the exception.
        param - An Object array of parameter values to be passed to the message.
        className - The name of the class that threw this DataLoadException.
        methodName - The name of the method that threw this DataLoadException.
        cause - The exception causing at the original point of failure.