Class SecretsManagerExceptionHappenedAnalyzer
java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<AwsSecretsManagerPropertySourceNotFoundException>
io.awspring.cloud.autoconfigure.config.secretsmanager.SecretsManagerExceptionHappenedAnalyzer
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class SecretsManagerExceptionHappenedAnalyzer
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<AwsSecretsManagerPropertySourceNotFoundException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.diagnostics.FailureAnalysisanalyze(Throwable rootFailure, AwsSecretsManagerPropertySourceNotFoundException cause) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
Constructor Details
-
SecretsManagerExceptionHappenedAnalyzer
public SecretsManagerExceptionHappenedAnalyzer()
-
-
Method Details
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, AwsSecretsManagerPropertySourceNotFoundException cause) - Specified by:
analyzein classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<AwsSecretsManagerPropertySourceNotFoundException>
-