Partager via


ServiceRemotingExceptionHandler Classe

  • java.lang.Object
    • ExceptionHandler
      • microsoft.servicefabric.services.remoting.client.ServiceRemotingExceptionHandler

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
ExceptionHandlingResult 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:

traceId - ID à utiliser dans diagnostics traces de ce composant.

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:

exceptionInformation - Informations sur l’exception
retrySettings - Préférences de nouvelle tentative d’opération.

Retours:

true si l’exception est gérée, false sinon

S’applique à