クラス SecretNotFoundException

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

public class SecretNotFoundException extends VaultException
Vault サーバーからシークレットが見つからない場合に使用される例外。
導入:
2.3
作成者:
Younghwan Jang, Mark Paluch
関連事項:
  • コンストラクターの詳細

    • SecretNotFoundException

      public SecretNotFoundException(StringSE msg, StringSE path)
      指定された詳細メッセージで SecretNotFoundException を作成します。
      パラメーター:
      msg - 詳細メッセージ。
      path - 正規のデータパス。
    • SecretNotFoundException

      public SecretNotFoundException(StringSE msg, ThrowableSE cause, StringSE path)
      指定された詳細メッセージとネストされた例外で SecretNotFoundException を作成します。
      パラメーター:
      msg - 詳細メッセージ。
      cause - ネストされた例外。
      path - 正規のデータパス。
  • メソッドの詳細

    • getPath

      public StringSE getPath()
      戻り値:
      リクエストされたシークレットへのパス。