public class RedirectionException extends WebApplicationException
3xx
ステータスコード)。コンストラクターと説明 |
---|
RedirectionException(int status, URISE location) 新しいリダイレクト例外を構築します。 |
RedirectionException(Response.Status status, URISE location) 新しいリダイレクト例外を構築します。 |
RedirectionException(Response response) 新しいリダイレクト例外を構築します。 |
RedirectionException(StringSE message, int status, URISE location) 新しいリダイレクト例外を構築します。 |
RedirectionException(StringSE message, Response.Status status, URISE location) 新しいリダイレクト例外を構築します。 |
RedirectionException(StringSE message, Response response) 新しいリダイレクト例外を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
URISE | getLocation() リダイレクトレスポンスの場所を取得します。 |
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 RedirectionException(Response.Status status, URISE location)
status
- リダイレクトステータス。3xx
リダイレクトコードである必要があります。location
- レスポンス Location
ヘッダーに配置されたリダイレクト URI。IllegalArgumentExceptionSE
- ステータスコードが null
であるか、Response.Status.Family.REDIRECTION
ステータスコードファミリのものではない場合。public RedirectionException(StringSE message, Response.Status status, URISE location)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。status
- リダイレクトステータス。3xx
リダイレクトコードである必要があります。location
- レスポンス Location
ヘッダーに配置されたリダイレクト URI。IllegalArgumentExceptionSE
- ステータスコードが null
であるか、Response.Status.Family.REDIRECTION
ステータスコードファミリのものではない場合。public RedirectionException(int status, URISE location)
status
- リダイレクトステータス。3xx
リダイレクトコードである必要があります。location
- レスポンス Location
ヘッダーに配置されたリダイレクト URI。IllegalArgumentExceptionSE
- ステータスコードが有効な HTTP ステータスコードではない場合、または Response.Status.Family.REDIRECTION
ステータスコードファミリのものではない場合。public RedirectionException(StringSE message, int status, URISE location)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。status
- リダイレクトステータス。3xx
リダイレクトコードである必要があります。location
- レスポンス Location
ヘッダーに配置されたリダイレクト URI。IllegalArgumentExceptionSE
- ステータスコードが有効な HTTP ステータスコードではない場合、または Response.Status.Family.REDIRECTION
ステータスコードファミリのものではない場合。public RedirectionException(Response response)
response
- リダイレクトレスポンス。ステータスコードを 3xx
リダイレクトコードに設定する必要があります。IllegalArgumentExceptionSE
- レスポンスステータスコードが Response.Status.Family.REDIRECTION
ステータスコードファミリのものではない場合。public RedirectionException(StringSE message, Response response)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- リダイレクトレスポンス。ステータスコードを 3xx
リダイレクトコードに設定する必要があります。IllegalArgumentExceptionSE
- レスポンスステータスコードが Response.Status.Family.REDIRECTION
ステータスコードファミリのものではない場合。public URISE getLocation()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.