RemoteExceptionInformation クラス
- java.
lang. Object - microsoft.
servicefabric. services. communication. runtime. RemoteExceptionInformation
- microsoft.
public class RemoteExceptionInformation
サービス レプリカからクライアントに例外の詳細を転送するために Service Remoting によって使用される障害の種類。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
RemoteExceptionInformation(byte[] data) |
データを使用して RemoteExceptionInformation オブジェクトをインスタンス化します |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Remote |
fromException(Exception exception)
例外から RemoteExceptionInformation を構築するファクトリ メソッド。 |
byte [] |
getData()
シリアル化された例外の詳細 |
Exception |
toException(RemoteExceptionInformation remoteExceptionInformation)
RemoteExceptionInformation から例外を取得します |
コンストラクターの詳細
RemoteExceptionInformation
public RemoteExceptionInformation(byte[] data)
データを使用して RemoteExceptionInformation オブジェクトをインスタンス化します
パラメーター:
メソッドの詳細
fromException
public static RemoteExceptionInformation fromException(Exception exception)
例外から RemoteExceptionInformation を構築するファクトリ メソッド。
パラメーター:
戻り値:
スロー:
getData
public byte [] getData()
シリアル化された例外の詳細
戻り値:
toException
public static Exception toException(RemoteExceptionInformation remoteExceptionInformation)
RemoteExceptionInformation から例外を取得します
パラメーター:
戻り値:
適用対象
Azure SDK for Java