com.ibm.commerce.pagelayout.dataload.exception

Class PageLayoutDataLoadApplicationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PageLayoutDataLoadApplicationException
    extends DataLoadApplicationException
    This class defines the exceptions thrown by the PageLayout DataLoad when application errors occur during the processing of business data.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • PageLayoutDataLoadApplicationException

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

        public PageLayoutDataLoadApplicationException(java.lang.String message,
                                                      java.lang.String[] parameter,
                                                      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 DatalaoaMessageKey object used for describing the exception.
        parameter - An Object array of parameter values to be passed to the message.
        classname - The name of the class that threw this DataLoadApplicationException.
        methodname - The name of the method that threw this DataLoadApplicationException.
        cause - The exception causing at the original point of failure.