Partager via


RemoteExceptionInformation Classe

  • java.lang.Object
    • microsoft.servicefabric.services.communication.runtime.RemoteExceptionInformation

public class RemoteExceptionInformation

Type d’erreur utilisé par la communication à distance du service pour transférer les détails de l’exception du réplica de service au client.

Récapitulatif du constructeur

Constructeur Description
RemoteExceptionInformation(byte[] data)

Instancie l’objet RemoteExceptionInformation avec les données

Résumé de la méthode

Modificateur et type Méthode et description
RemoteExceptionInformation fromException(Exception exception)

Méthode de fabrique qui construit remoteExceptionInformation à partir d’une exception.

byte [] getData()

Détails des exceptions sérialisées

Exception toException(RemoteExceptionInformation remoteExceptionInformation)

Obtient l’exception de RemoteExceptionInformation

Détails du constructeur

RemoteExceptionInformation

public RemoteExceptionInformation(byte[] data)

Instancie l’objet RemoteExceptionInformation avec les données

Paramètres:

data - Données à envoyer au client

Détails de la méthode

fromException

public static RemoteExceptionInformation fromException(Exception exception)

Méthode de fabrique qui construit remoteExceptionInformation à partir d’une exception.

Paramètres:

exception - Exception

Retours:

RemoteExceptionInformation

Exception:

java.io.IOException - exception

getData

public byte [] getData()

Détails des exceptions sérialisées

Retours:

Données dans l’exception

toException

public static Exception toException(RemoteExceptionInformation remoteExceptionInformation)

Obtient l’exception de RemoteExceptionInformation

Paramètres:

remoteExceptionInformation - RemoteExceptionInformation

Retours:

Exception en cas d’exception valide

S’applique à