public class Office365APIResponseException extends HttpResponseException
コンストラクタと説明 |
---|
Office365APIResponseException(int statusCode,
String errorCode)
ステータスコードとOffice365が返すエラーコードのみを格納した例外を作成します。
|
Office365APIResponseException(int statusCode,
String errorCode,
String message)
ステータスコードとOffice365が返すエラーコードと例外メッセージのみを格納した例外を作成します。
|
Office365APIResponseException(int statusCode,
String errorCode,
String message,
Throwable throwable)
ステータスコードとOffice365が返すエラーコードと例外メッセージと例外情報を格納した例外を作成します。
|
Office365APIResponseException(int statusCode,
String errorCode,
Throwable throwable)
ステータスコードとOffice365が返すエラーコードと例外情報を格納した例外を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getErrorCode()
Office365が返すエラーコードを取得します。
|
getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Office365APIResponseException(int statusCode, String errorCode)
statusCode
- ステータスコードerrorCode
- エラーコードpublic Office365APIResponseException(int statusCode, String errorCode, String message)
statusCode
- ステータスコードerrorCode
- エラーコードmessage
- 例外メッセージpublic Office365APIResponseException(int statusCode, String errorCode, String message, Throwable throwable)
statusCode
- ステータスコードerrorCode
- エラーコードmessage
- 例外メッセージthrowable
- 例外情報public String getErrorCode()
Copyright © 2012 NTT DATA INTRAMART CORPORATION