ErrorResponseException クラス
- java.
lang. Object - RestException
- com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ErrorResponseException
- com.
public class ErrorResponseException
ErrorResponse 情報を含む無効な応答に対してスローされた例外。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| ErrorResponseException(final String message, final Response<ResponseBody> response) |
ErrorResponseException クラスの新しいインスタンスを初期化します。 |
| ErrorResponseException(final String message, final Response<ResponseBody> response, final ErrorResponse body) |
ErrorResponseException クラスの新しいインスタンスを初期化します。 |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
Error |
body() |
コンストラクターの詳細
ErrorResponseException
public ErrorResponseException(final String message, final Response
ErrorResponseException クラスの新しいインスタンスを初期化します。
Parameters:
ErrorResponseException
public ErrorResponseException(final String message, final Response
ErrorResponseException クラスの新しいインスタンスを初期化します。
Parameters:
メソッドの詳細
body
public ErrorResponse body()