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