Class DataExchangeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.dataexchange.exception.DataExchangeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorrelationIdException

public class DataExchangeException extends RuntimeException
This should be thrown when there is an issue during the data exchange process. This is intended to be a 500 response code if this is an unrecoverable error, though it is appropriate to throw this exception when handling individual entries in a batch process that may not immediately fail the entire batch.

See Also:
  • Constructor Details

    • DataExchangeException

      public DataExchangeException()
    • DataExchangeException

      public DataExchangeException(String message)
    • DataExchangeException

      public DataExchangeException(String message, Throwable cause)
    • DataExchangeException

      public DataExchangeException(Throwable cause)