Class DataExchangeGlobalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.dataexchange.service.error.DataExchangeGlobalException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataExchangeGlobalException
-
DataExchangeGlobalException
-
-
Method Details
-
getError
-