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
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 Summary
ConstructorsConstructorDescriptionDataExchangeException
(String message) DataExchangeException
(String message, Throwable cause) DataExchangeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataExchangeException
public DataExchangeException() -
DataExchangeException
-
DataExchangeException
-
DataExchangeException
-