public class ClientErrorException extends WebApplicationException
4xx
ステータスコード)。コンストラクターと説明 |
---|
ClientErrorException(int status) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(int status, ThrowableSE cause) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(Response.Status status) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(Response.Status status, ThrowableSE cause) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(Response response) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(Response response, ThrowableSE cause) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(StringSE message, int status) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(StringSE message, int status, ThrowableSE cause) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(StringSE message, Response.Status status) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(StringSE message, Response.Status status, ThrowableSE cause) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(StringSE message, Response response) 新しいクライアントエラー例外を構築します。 |
ClientErrorException(StringSE message, Response response, 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 ClientErrorException(Response.Status status)
status
- クライアントエラーステータス。4xx
ステータスコードである必要があります。IllegalArgumentExceptionSE
- ステータスコードが null
であるか、Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(StringSE message, Response.Status status)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。status
- クライアントエラーステータス。4xx
ステータスコードである必要があります。IllegalArgumentExceptionSE
- ステータスコードが null
であるか、Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(int status)
status
- クライアントエラーステータス。4xx
ステータスコードである必要があります。IllegalArgumentExceptionSE
- ステータスコードが有効な HTTP ステータスコードではない場合、または Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(StringSE message, int status)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。status
- クライアントエラーステータス。4xx
ステータスコードである必要があります。IllegalArgumentExceptionSE
- ステータスコードが有効な HTTP ステータスコードではない場合、または Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(Response response)
response
- クライアントエラーレスポンス。ステータスコードを 4xx
ステータスコードに設定する必要があります。IllegalArgumentExceptionSE
- レスポンスステータスコードが Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(StringSE message, Response response)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- クライアントエラーレスポンス。ステータスコードを 4xx
ステータスコードに設定する必要があります。IllegalArgumentExceptionSE
- レスポンスステータスコードが Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(Response.Status status, ThrowableSE cause)
status
- クライアントエラーステータス。4xx
ステータスコードである必要があります。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- ステータスコードが null
であるか、Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(StringSE message, Response.Status status, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。status
- クライアントエラーステータス。4xx
ステータスコードである必要があります。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- ステータスコードが null
であるか、Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(int status, ThrowableSE cause)
status
- クライアントエラーステータス。4xx
ステータスコードである必要があります。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- ステータスコードが有効な HTTP ステータスコードではない場合、または Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(StringSE message, int status, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。status
- クライアントエラーステータス。4xx
ステータスコードである必要があります。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- ステータスコードが有効な HTTP ステータスコードではない場合、または Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(Response response, ThrowableSE cause)
response
- クライアントエラーレスポンス。ステータスコードを 4xx
ステータスコードに設定する必要があります。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスステータスコードが Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。public ClientErrorException(StringSE message, Response response, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- クライアントエラーレスポンス。ステータスコードを 4xx
ステータスコードに設定する必要があります。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスステータスコードが Response.Status.Family.CLIENT_ERROR
ステータスコードファミリのものではない場合。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.