ServiceRemotingExceptionHandler Classe
- java.
lang. Object - ExceptionHandler
- microsoft.
servicefabric. services. remoting. client. ServiceRemotingExceptionHandler
- microsoft.
public class ServiceRemotingExceptionHandler implements ExceptionHandler
Cette classe permet de gérer les exceptions rencontrées lors de la communication avec un service Service Fabric via des interfaces distantes. ServiceRemotingExceptionHandler
Récapitulatif du constructeur
Constructeur | Description |
---|---|
ServiceRemotingExceptionHandler(String traceId) |
Construit un ServiceRemotingExceptionHandler avec un ID de trace spécifié. |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
Exception |
handleException(ExceptionInformation exceptionInformation, OperationRetrySettings retrySettings)
Méthode qui examine l’exception et détermine comment cette exception peut être gérée. |
Détails du constructeur
ServiceRemotingExceptionHandler
public ServiceRemotingExceptionHandler(String traceId)
Construit un ServiceRemotingExceptionHandler avec un ID de trace spécifié.
Paramètres:
Détails de la méthode
handleException
public ExceptionHandlingResult handleException(ExceptionInformation exceptionInformation, OperationRetrySettings retrySettings)
Méthode qui examine l’exception et détermine comment cette exception peut être gérée.
Remplacements:
ServiceRemotingExceptionHandler.handleException(ExceptionInformation exceptionInformation, OperationRetrySettings retrySettings)Paramètres:
Retours:
S’applique à
Azure SDK for Java