Class SyncExceptionHandler
java.lang.Object
org.alfresco.hxi_connector.nucleus_sync.controller.advice.SyncExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.alfresco.hxi_connector.nucleus_sync.controller.advice.SyncExceptionHandler.ErrorResponse>org.springframework.http.ResponseEntity<org.alfresco.hxi_connector.nucleus_sync.controller.advice.SyncExceptionHandler.ErrorResponse>org.springframework.http.ResponseEntity<org.alfresco.hxi_connector.nucleus_sync.controller.advice.SyncExceptionHandler.ErrorResponse>org.springframework.http.ResponseEntity<org.alfresco.hxi_connector.nucleus_sync.controller.advice.SyncExceptionHandler.ErrorResponse>
-
Constructor Details
-
SyncExceptionHandler
public SyncExceptionHandler()
-
-
Method Details
-
handleSyncInProgress
@ExceptionHandler(SyncInProgressException.class) public org.springframework.http.ResponseEntity<org.alfresco.hxi_connector.nucleus_sync.controller.advice.SyncExceptionHandler.ErrorResponse> handleSyncInProgress(SyncInProgressException e) -
handleSyncException
@ExceptionHandler(SyncException.class) public org.springframework.http.ResponseEntity<org.alfresco.hxi_connector.nucleus_sync.controller.advice.SyncExceptionHandler.ErrorResponse> handleSyncException(SyncException e)
-