Class DataExchangeGlobalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.dataexchange.service.error.DataExchangeGlobalException
All Implemented Interfaces:
Serializable

public class DataExchangeGlobalException extends RuntimeException
Thrown when an unrecoverable error occurs during entity processing. This should return a 500 status code to the client. Note that this is an error that occurs outside individual processing of ExchangeObjects and should not be used in normal circumstances. When throwing exceptions during the processing of ExchangeObjects, use any exception that would be thrown under normal circumstances.
See Also: