CloudSpatialException クラス

  • java.lang.Object
    • RuntimeException
      • com.microsoft.azure.spatialanchors.CloudSpatialException

public class CloudSpatialException

クラウド空間アンカーの処理でエラーが発生したときにスローされる例外。

コンストラクターの概要

コンストラクター 説明
CloudSpatialException()

CloudSpatialException クラスの新しいインスタンスを作成します

CloudSpatialException(CloudSpatialErrorCode code)

CloudSpatialException クラスの新しいインスタンスを作成します

CloudSpatialException(CloudSpatialErrorCode code, String message)

CloudSpatialException クラスの新しいインスタンスを作成します

CloudSpatialException(CloudSpatialErrorCode code, String message, String requestCorrelationVector, String responseCorrelationVector)

CloudSpatialException クラスの新しいインスタンスを作成します

CloudSpatialException(CloudSpatialErrorCode code, String message, String requestCorrelationVector, String responseCorrelationVector, Throwable cause)

CloudSpatialException クラスの新しいインスタンスを作成します

メソッドの概要

修飾子と型 メソッドと説明
CloudSpatialErrorCode getErrorCode()

この例外インスタンスに関連付けられているエラー コード。

String getRequestCorrelationVector()

この例外インスタンスに関連付けられている要求相関ベクトル。

String getResponseCorrelationVector()

この例外インスタンスに関連付けられている応答相関ベクトル。

コンストラクターの詳細

CloudSpatialException

public CloudSpatialException()

CloudSpatialException クラスの新しいインスタンスを作成します

CloudSpatialException

public CloudSpatialException(CloudSpatialErrorCode code)

CloudSpatialException クラスの新しいインスタンスを作成します

Parameters:

code - この例外のエラー コード。

CloudSpatialException

public CloudSpatialException(CloudSpatialErrorCode code, String message)

CloudSpatialException クラスの新しいインスタンスを作成します

Parameters:

code - この例外のエラー コード。
message - この例外のプレーンテキスト エラー メッセージ。

CloudSpatialException

public CloudSpatialException(CloudSpatialErrorCode code, String message, String requestCorrelationVector, String responseCorrelationVector)

CloudSpatialException クラスの新しいインスタンスを作成します

Parameters:

code - この例外のエラー コード。
message - この例外のプレーンテキスト エラー メッセージ。
requestCorrelationVector - この例外の相関ベクトルを要求します。
responseCorrelationVector - この例外の応答相関ベクトル。

CloudSpatialException

public CloudSpatialException(CloudSpatialErrorCode code, String message, String requestCorrelationVector, String responseCorrelationVector, Throwable cause)

CloudSpatialException クラスの新しいインスタンスを作成します

Parameters:

code - この例外のエラー コード。
message - この例外のプレーンテキスト エラー メッセージ。
requestCorrelationVector - この例外の相関ベクトルを要求します。
responseCorrelationVector - この例外の応答相関ベクトル。
cause - スローされるこの例外の原因となった例外。

メソッドの詳細

getErrorCode

public CloudSpatialErrorCode getErrorCode()

この例外インスタンスに関連付けられているエラー コード。

getRequestCorrelationVector

public String getRequestCorrelationVector()

この例外インスタンスに関連付けられている要求相関ベクトル。

getResponseCorrelationVector

public String getResponseCorrelationVector()

この例外インスタンスに関連付けられている応答相関ベクトル。

適用対象