ExceptionHandler Interface
public interface ExceptionHandler
Defines the interface for handling the exceptions encountered in communicating with service fabric services.
Method Summary
Modifier and Type | Method and Description |
---|---|
Exception |
handleException(ExceptionInformation exceptionInformation, OperationRetrySettings retrySettings)
Method that examines the exception and determines how that exception can be handled. |
Method Details
handleException
public ExceptionHandlingResult handleException(ExceptionInformation exceptionInformation, OperationRetrySettings retrySettings)
Method that examines the exception and determines how that exception can be handled.
Parameters:
exceptionInformation
- Information about the exception.
retrySettings
- The operation retry preferences.
Returns:
true if the exception is handled, false otherwise
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java