クラス SecretNotFoundException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.vault.VaultException
org.springframework.vault.core.SecretNotFoundException
- 実装されているすべてのインターフェース:
SerializableSE
Vault サーバーからシークレットが見つからない場合に使用される例外。
- 導入:
- 2.3
- 作成者:
- Younghwan Jang, Mark Paluch
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明SecretNotFoundException(StringSE msg, StringSE path) 指定された詳細メッセージでSecretNotFoundExceptionを作成します。SecretNotFoundException(StringSE msg, ThrowableSE cause, StringSE path) 指定された詳細メッセージとネストされた例外でSecretNotFoundExceptionを作成します。方法の概要
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCauseクラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
SecretNotFoundException
指定された詳細メッセージでSecretNotFoundExceptionを作成します。- パラメーター:
msg- 詳細メッセージ。path- 正規のデータパス。
SecretNotFoundException
指定された詳細メッセージとネストされた例外でSecretNotFoundExceptionを作成します。- パラメーター:
msg- 詳細メッセージ。cause- ネストされた例外。path- 正規のデータパス。
メソッドの詳細
getPath
- 戻り値:
- リクエストされたシークレットへのパス。