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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SegmentProcessingException()SegmentProcessingException(String message)SegmentProcessingException(String message, Throwable cause)SegmentProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)SegmentProcessingException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -