49 строки
3.7 KiB
YAML
49 строки
3.7 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: microsoft.servicefabric.services.remoting.client.ServiceRemotingExceptionHandler.ServiceRemotingExceptionHandler(String traceId)
|
|
name: ServiceRemotingExceptionHandler(String traceId)
|
|
nameWithType: ServiceRemotingExceptionHandler.ServiceRemotingExceptionHandler(String traceId)
|
|
parameters:
|
|
- description: <p>Id to use in diagnostics traces from this component. </p>
|
|
name: traceId
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Constructs a ServiceRemotingExceptionHandler with a specified trace id.</p>
|
|
|
|
<p></p>
|
|
syntax: public ServiceRemotingExceptionHandler(String traceId)
|
|
uid: microsoft.servicefabric.services.remoting.client.ServiceRemotingExceptionHandler.ServiceRemotingExceptionHandler(String)
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="microsoft.servicefabric.services.communication.client.ExceptionHandler?alt=microsoft.servicefabric.services.communication.client.ExceptionHandler&text=ExceptionHandler" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: microsoft.servicefabric.services.remoting.client.ServiceRemotingExceptionHandler.handleException(ExceptionInformation exceptionInformation, OperationRetrySettings retrySettings)
|
|
name: handleException(ExceptionInformation exceptionInformation, OperationRetrySettings retrySettings)
|
|
nameWithType: ServiceRemotingExceptionHandler.handleException(ExceptionInformation exceptionInformation, OperationRetrySettings retrySettings)
|
|
overridden: microsoft.servicefabric.services.communication.client.ExceptionHandler.handleException(ExceptionInformation,OperationRetrySettings)
|
|
parameters:
|
|
- description: <p>Information about the exception </p>
|
|
name: exceptionInformation
|
|
type: <xref href="microsoft.servicefabric.services.communication.client.ExceptionInformation?alt=microsoft.servicefabric.services.communication.client.ExceptionInformation&text=ExceptionInformation" data-throw-if-not-resolved="False"/>
|
|
- description: <p>The operation retry preferences. </p>
|
|
name: retrySettings
|
|
type: <xref href="microsoft.servicefabric.services.communication.client.OperationRetrySettings?alt=microsoft.servicefabric.services.communication.client.OperationRetrySettings&text=OperationRetrySettings" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>true if the exception is handled, false otherwise </p>
|
|
type: <xref href="microsoft.servicefabric.services.communication.client.ExceptionHandlingResult?alt=microsoft.servicefabric.services.communication.client.ExceptionHandlingResult&text=ExceptionHandlingResult" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Method that examines the exception and determines how that exception can be handled.</p>
|
|
|
|
<p></p>
|
|
syntax: public ExceptionHandlingResult handleException(ExceptionInformation exceptionInformation, OperationRetrySettings retrySettings)
|
|
uid: microsoft.servicefabric.services.remoting.client.ServiceRemotingExceptionHandler.handleException(ExceptionInformation,OperationRetrySettings)
|
|
nameWithType: ServiceRemotingExceptionHandler
|
|
syntax: public class ServiceRemotingExceptionHandler implements ExceptionHandler
|
|
type: class
|
|
uid: microsoft.servicefabric.services.remoting.client.ServiceRemotingExceptionHandler
|
|
fullName: microsoft.servicefabric.services.remoting.client.ServiceRemotingExceptionHandler
|
|
name: ServiceRemotingExceptionHandler
|
|
package: microsoft.servicefabric.services.remoting.client
|
|
summary: <p>This class provide handling of exceptions encountered in communicating with a service fabric service over remoted interfaces. ServiceRemotingExceptionHandler </p>
|
|
metadata: {}
|