public class NotSupportedException extends ClientErrorException
not supported
であることを示す実行時例外。コンストラクターと説明 |
---|
NotSupportedException() サポートされていない新しいメディア型例外を構築します。 |
NotSupportedException(Response response) サポートされていない新しいメディア型例外を構築します。 |
NotSupportedException(Response response, ThrowableSE cause) サポートされていない新しいメディア型例外を構築します。 |
NotSupportedException(StringSE message) サポートされていない新しいメディア型例外を構築します。 |
NotSupportedException(StringSE message, Response response) サポートされていない新しいメディア型例外を構築します。 |
NotSupportedException(StringSE message, Response response, ThrowableSE cause) サポートされていない新しいメディア型例外を構築します。 |
NotSupportedException(StringSE message, ThrowableSE cause) サポートされていない新しいメディア型例外を構築します。 |
NotSupportedException(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 NotSupportedException()
public NotSupportedException(StringSE message)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。public NotSupportedException(Response response)
response
- エラーレスポンス。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 415
ではない場合。public NotSupportedException(StringSE message, Response response)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- エラーレスポンス。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 415
ではない場合。public NotSupportedException(ThrowableSE cause)
cause
- 例外の根本的な原因。public NotSupportedException(StringSE message, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。cause
- 例外の根本的な原因。public NotSupportedException(Response response, ThrowableSE cause)
response
- エラーレスポンス。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 415
ではない場合。public NotSupportedException(StringSE message, Response response, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- エラーレスポンス。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 415
ではない場合。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.