Class SegmentProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.customer.service.bulk.SegmentProcessingException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs on an attempt to process a segment.
- See Also:
-
Constructor Summary
ConstructorDescriptionSegmentProcessingException
(String message) SegmentProcessingException
(String message, Throwable cause) SegmentProcessingException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SegmentProcessingException
public SegmentProcessingException() -
SegmentProcessingException
-
SegmentProcessingException
-
SegmentProcessingException
-
SegmentProcessingException
-