public class HTTPException extends ProtocolException
HTTPException 例外は、XML/HTTP 障害を表します。XML/HTTP メッセージングには障害または例外の標準形式がないため、HTTP ステータスコードのみがキャプチャーされます。
| コンストラクターと説明 |
|---|
HTTPException(int statusCode)HTTPException のコンストラクター |
| 修飾子と型 | メソッドと説明 |
|---|---|
int | getStatusCode()HTTP ステータスコードを取得します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSECopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.