RemoteExceptionInformation Classe
- java.
lang. Object - microsoft.
servicefabric. services. communication. runtime. RemoteExceptionInformation
- microsoft.
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 |
---|---|
Remote |
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:
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:
Retours:
Exception:
getData
public byte [] getData()
Détails des exceptions sérialisées
Retours:
toException
public static Exception toException(RemoteExceptionInformation remoteExceptionInformation)
Obtient l’exception de RemoteExceptionInformation
Paramètres:
Retours:
S’applique à
Azure SDK for Java