Freigeben über


RemoteExceptionInformation Klasse

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

public class RemoteExceptionInformation

Fehlertyp, der von Service Remoting verwendet wird, um die Ausnahmedetails vom Dienstreplikat auf den Client zu übertragen.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
RemoteExceptionInformation(byte[] data)

Instanziiert das RemoteExceptionInformation-Objekt mit den Daten.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
RemoteExceptionInformation fromException(Exception exception)

Factorymethode, die remoteExceptionInformation aus einer Ausnahme erstellt.

byte [] getData()

Serialisierte Ausnahmedetails

Exception toException(RemoteExceptionInformation remoteExceptionInformation)

Ruft die Ausnahme von RemoteExceptionInformation ab.

Details zum Konstruktor

RemoteExceptionInformation

public RemoteExceptionInformation(byte[] data)

Instanziiert das RemoteExceptionInformation-Objekt mit den Daten.

Parameter:

data - An den Client zu sendende Daten

Details zur Methode

fromException

public static RemoteExceptionInformation fromException(Exception exception)

Factorymethode, die remoteExceptionInformation aus einer Ausnahme erstellt.

Parameter:

exception - Ausnahme

Gibt zurück:

RemoteExceptionInformation

Löst aus:

java.io.IOException - exception

getData

public byte [] getData()

Serialisierte Ausnahmedetails

Gibt zurück:

Daten in der Ausnahme

toException

public static Exception toException(RemoteExceptionInformation remoteExceptionInformation)

Ruft die Ausnahme von RemoteExceptionInformation ab.

Parameter:

remoteExceptionInformation - RemoteExceptionInformation

Gibt zurück:

Ausnahme, wenn eine gültige Ausnahme vorliegt

Gilt für: