public class NotAcceptableException extends ClientErrorException
not acceptable
であることを示す実行時例外。コンストラクターと説明 |
---|
NotAcceptableException() 新しい「リクエストを受け入れられない」例外を作成します。 |
NotAcceptableException(Response response) 新しい「リクエストを受け入れられない」例外を作成します。 |
NotAcceptableException(Response response, ThrowableSE cause) 新しい「リクエストを受け入れられない」例外を作成します。 |
NotAcceptableException(StringSE message) 新しい「リクエストを受け入れられない」例外を作成します。 |
NotAcceptableException(StringSE message, Response response) 新しい「リクエストを受け入れられない」例外を作成します。 |
NotAcceptableException(StringSE message, Response response, ThrowableSE cause) 新しい「リクエストを受け入れられない」例外を作成します。 |
NotAcceptableException(StringSE message, ThrowableSE cause) 新しい「リクエストを受け入れられない」例外を作成します。 |
NotAcceptableException(ThrowableSE cause) 新しい「リクエストを受け入れられない」例外を作成します。 |
getResponse
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public NotAcceptableException()
public NotAcceptableException(StringSE message)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。public NotAcceptableException(Response response)
response
- エラーレスポンス。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 406
ではない場合。public NotAcceptableException(StringSE message, Response response)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- エラーレスポンス。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 406
ではない場合。public NotAcceptableException(ThrowableSE cause)
cause
- 例外の根本的な原因。public NotAcceptableException(StringSE message, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。cause
- 例外の根本的な原因。public NotAcceptableException(Response response, ThrowableSE cause)
response
- エラーレスポンス。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 406
ではない場合。public NotAcceptableException(StringSE message, Response response, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- エラーレスポンス。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 406
ではない場合。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.