クラス NoSuchSslBundleException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.boot.ssl.NoSuchSslBundleException
- 実装されているすべてのインターフェース:
SerializableSE
登録されているバンドルと一致しない名前で
SslBundle が参照されたことを示す例外。- 導入:
- 3.1.0
- 作成者:
- Scott Frederick
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明NoSuchSslBundleException(StringSE bundleName, StringSE message) 新しいSslBundleNotFoundExceptionインスタンスを作成します。NoSuchSslBundleException(StringSE bundleName, StringSE message, @Nullable ThrowableSE cause) 新しいSslBundleNotFoundExceptionインスタンスを作成します。メソッドのサマリー
コンストラクターの詳細
NoSuchSslBundleException
NoSuchSslBundleException
新しいSslBundleNotFoundExceptionインスタンスを作成します。- パラメーター:
bundleName- 見つからなかったバンドルの名前message- 例外メッセージcause- 例外の原因
メソッドの詳細
getBundleName