Class DataExchangeGlobalExceptionAdvisor
java.lang.Object
com.broadleafcommerce.dataexchange.service.error.web.DataExchangeGlobalExceptionAdvisor
@RestControllerAdvice(annotations=org.springframework.web.bind.annotation.ResponseBody.class)
public class DataExchangeGlobalExceptionAdvisor
extends Object
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> 
- 
Constructor Details
- 
DataExchangeGlobalExceptionAdvisor
public DataExchangeGlobalExceptionAdvisor() 
 - 
 - 
Method Details
- 
handleDataExchangeGlobalException
@ExceptionHandler(DataExchangeGlobalException.class) public org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> handleDataExchangeGlobalException(DataExchangeGlobalException e)  
 -