Class SegmentProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.customer.service.bulk.SegmentProcessingException
All Implemented Interfaces:
Serializable

public class SegmentProcessingException extends RuntimeException
Exception thrown when an error occurs on an attempt to process a segment.
See Also:
  • Constructor Details

    • SegmentProcessingException

      public SegmentProcessingException()
    • SegmentProcessingException

      public SegmentProcessingException(String message)
    • SegmentProcessingException

      public SegmentProcessingException(String message, Throwable cause)
    • SegmentProcessingException

      public SegmentProcessingException(Throwable cause)
    • SegmentProcessingException

      public SegmentProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)