Class ImportProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.dataimport.processor.ImportProcessingException
All Implemented Interfaces:
Serializable

public class ImportProcessingException extends RuntimeException
When an import fails processing
Author:
Phillip Verheyden (phillipuniverse)
See Also:
  • Constructor Details

    • ImportProcessingException

      public ImportProcessingException()
    • ImportProcessingException

      public ImportProcessingException(String message)
    • ImportProcessingException

      public ImportProcessingException(String message, Throwable cause)
    • ImportProcessingException

      public ImportProcessingException(Throwable cause)