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