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