public class InternalServerErrorException extends ServerErrorException
internal server error
を示す実行時例外。コンストラクターと説明 |
---|
InternalServerErrorException() 新しい内部サーバーエラー例外を構築します。 |
InternalServerErrorException(Response response) 新しい内部サーバーエラー例外を構築します。 |
InternalServerErrorException(Response response, ThrowableSE cause) 新しい内部サーバーエラー例外を構築します。 |
InternalServerErrorException(StringSE message) 新しい内部サーバーエラー例外を構築します。 |
InternalServerErrorException(StringSE message, Response response) 新しい内部サーバーエラー例外を構築します。 |
InternalServerErrorException(StringSE message, Response response, ThrowableSE cause) 新しい内部サーバーエラー例外を構築します。 |
InternalServerErrorException(StringSE message, ThrowableSE cause) 新しい内部サーバーエラー例外を構築します。 |
InternalServerErrorException(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 InternalServerErrorException()
public InternalServerErrorException(StringSE message)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。public InternalServerErrorException(Response response)
response
- 内部サーバーエラーレスポンス。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 500
ではない場合。public InternalServerErrorException(StringSE message, Response response)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- 内部サーバーエラーレスポンス。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 500
ではない場合。public InternalServerErrorException(ThrowableSE cause)
cause
- 例外の根本的な原因。public InternalServerErrorException(StringSE message, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。cause
- 例外の根本的な原因。public InternalServerErrorException(Response response, ThrowableSE cause)
response
- 内部サーバーエラーレスポンス。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 500
ではない場合。public InternalServerErrorException(StringSE message, Response response, ThrowableSE cause)
message
- 詳細メッセージ(Throwable.getMessage()
SE メソッドによる後の検索のために保存されます)。response
- 内部サーバーエラーレスポンス。cause
- 例外の根本的な原因。IllegalArgumentExceptionSE
- レスポンスで設定されたステータスコードが HTTP 500
ではない場合。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.