public class NotFoundException extends ClientErrorException
not found でした。| コンストラクターと説明 |
|---|
NotFoundException() 新しい「見つかりません」例外を構築します。 |
NotFoundException(Response response) 新しい「見つかりません」例外を構築します。 |
NotFoundException(Response response, ThrowableSE cause) 新しい「見つかりません」例外を構築します。 |
NotFoundException(StringSE message) 新しい「見つかりません」例外を構築します。 |
NotFoundException(StringSE message, Response response) 新しい「見つかりません」例外を構築します。 |
NotFoundException(StringSE message, Response response, ThrowableSE cause) 新しい「見つかりません」例外を構築します。 |
NotFoundException(StringSE message, ThrowableSE cause) 新しい「見つかりません」例外を構築します。 |
NotFoundException(ThrowableSE cause) 新しい「見つかりません」例外を構築します。 |
getResponseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic NotFoundException()
public NotFoundException(StringSE message)
message - 詳細メッセージ(Throwable.getMessage()SE メソッドによる後の検索のために保存されます)。public NotFoundException(Response response)
response - エラーレスポンス。IllegalArgumentExceptionSE - レスポンスで設定されたステータスコードが HTTP 404 ではない場合。public NotFoundException(StringSE message, Response response)
message - 詳細メッセージ(Throwable.getMessage()SE メソッドによる後の検索のために保存されます)。response - エラーレスポンス。IllegalArgumentExceptionSE - レスポンスで設定されたステータスコードが HTTP 404 ではない場合。public NotFoundException(ThrowableSE cause)
cause - 例外の根本的な原因。public NotFoundException(StringSE message, ThrowableSE cause)
message - 詳細メッセージ(Throwable.getMessage()SE メソッドによる後の検索のために保存されます)。cause - 例外の根本的な原因。public NotFoundException(Response response, ThrowableSE cause)
response - エラーレスポンス。cause - 例外の根本的な原因。IllegalArgumentExceptionSE - レスポンスで設定されたステータスコードが HTTP 404 ではない場合。public NotFoundException(StringSE message, Response response, ThrowableSE cause)
message - 詳細メッセージ(Throwable.getMessage()SE メソッドによる後の検索のために保存されます)。response - エラーレスポンス。cause - 例外の根本的な原因。IllegalArgumentExceptionSE - レスポンスで設定されたステータスコードが HTTP 404 ではない場合。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.