クラス NoSuchSslBundleException

実装されたすべてのインターフェース:
SerializableSE

public class NoSuchSslBundleException extends RuntimeExceptionSE
登録されているバンドルと一致しない名前で SslBundle が参照されたことを示す例外。
導入:
3.1.0
作成者:
Scott Frederick
関連事項:
  • コンストラクターの詳細

    • NoSuchSslBundleException

      public NoSuchSslBundleException(StringSE bundleName, StringSE message)
      新しい SslBundleNotFoundException インスタンスを作成します。
      パラメーター:
      bundleName - 見つからなかったバンドルの名前
      message - 例外メッセージ
    • NoSuchSslBundleException

      public NoSuchSslBundleException(StringSE bundleName, StringSE message, ThrowableSE cause)
      新しい SslBundleNotFoundException インスタンスを作成します。
      パラメーター:
      bundleName - 見つからなかったバンドルの名前
      message - 例外メッセージ
      cause - 例外の原因
  • メソッドの詳細

    • getBundleName

      public StringSE getBundleName()
      見つからなかったバンドルの名前を返します。
      戻り値:
      バンドル名