public class NotAuthorizedException extends ClientErrorException
Authorization
HTTP ヘッダーがリクエストにありません。Authorization
ヘッダーが含まれている場合 - その場合、例外は、リクエストヘッダーに含まれている資格情報の認可が拒否されたことを示します。コンストラクターと説明 |
---|
NotAuthorizedException(ObjectSE challenge, ObjectSE... moreChallenges) 新しい「認可されていない」例外を作成します。 |
NotAuthorizedException(Response response) 新しい「認可されていない」例外を作成します。 |
NotAuthorizedException(Response response, ThrowableSE cause) 新しい「認可されていない」例外を作成します。 |
NotAuthorizedException(StringSE message, ObjectSE challenge, ObjectSE... moreChallenges) 新しい「認可されていない」例外を作成します。 |
NotAuthorizedException(StringSE message, Response response) 新しい「認可されていない」例外を作成します。 |
NotAuthorizedException(StringSE message, Response response, ThrowableSE cause) 新しい「認可されていない」例外を作成します。 |
NotAuthorizedException(StringSE message, ThrowableSE cause, ObjectSE challenge, ObjectSE... moreChallenges) 新しい「認可されていない」例外を作成します。 |
NotAuthorizedException(ThrowableSE cause, ObjectSE challenge, ObjectSE... moreChallenges) 新しい「認可されていない」例外を作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
ListSE<ObjectSE> | getChallenges() 例外に関連付けられ、クライアントによってリクエストされたリソースに適用可能な認可チャレンジのリストを取得します。 |
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 NotAuthorizedException(ObjectSE challenge, ObjectSE... moreChallenges)
challenge
- クライアントによってリクエストされたリソースに適用可能な認可チャレンジ。moreChallenges
- リクエストされたリソースに適用可能な追加の認可チャレンジ。NullPointerExceptionSE
- challenge
パラメーターが null
の場合。public NotAuthorizedException(StringSE message, ObjectSE challenge, ObjectSE... moreChallenges)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。challenge
- クライアントによってリクエストされたリソースに適用可能な認可チャレンジ。moreChallenges
- リクエストされたリソースに適用可能な追加の認可チャレンジ。NullPointerExceptionSE
- challenge
パラメーターが null
の場合。public NotAuthorizedException(Response response)
response
- エラーレスポンス。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 401
ではない場合。public NotAuthorizedException(StringSE message, Response response)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- エラーレスポンス。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 401
ではない場合。public NotAuthorizedException(ThrowableSE cause, ObjectSE challenge, ObjectSE... moreChallenges)
cause
- 例外の根本的な原因。challenge
- リクエストされたリソースに適用可能な認可チャレンジ。moreChallenges
- リクエストされたリソースに適用可能な追加の認可チャレンジ。public NotAuthorizedException(StringSE message, ThrowableSE cause, ObjectSE challenge, ObjectSE... moreChallenges)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。cause
- 例外の根本的な原因。challenge
- リクエストされたリソースに適用可能な認可チャレンジ。moreChallenges
- リクエストされたリソースに適用可能な追加の認可チャレンジ。public NotAuthorizedException(Response response, ThrowableSE cause)
response
- エラーレスポンス。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 401
ではない場合。public NotAuthorizedException(StringSE message, Response response, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- エラーレスポンス。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 401
ではない場合。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.