Class AppConfigExceptionHappenedAnalyzer
java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<AwsAppConfigPropertySourceNotFoundException>
io.awspring.cloud.autoconfigure.config.appconfig.AppConfigExceptionHappenedAnalyzer
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class AppConfigExceptionHappenedAnalyzer
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<AwsAppConfigPropertySourceNotFoundException>
An
AbstractFailureAnalyzer that performs analysis of an AppConfig configuration failure caused by failure of
AppConfigDataClient call.- Since:
- 4.1.0
- Author:
- Matej Nedic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.diagnostics.FailureAnalysisanalyze(Throwable rootFailure, AwsAppConfigPropertySourceNotFoundException cause) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
Constructor Details
-
AppConfigExceptionHappenedAnalyzer
public AppConfigExceptionHappenedAnalyzer()
-
-
Method Details
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, AwsAppConfigPropertySourceNotFoundException cause) - Specified by:
analyzein classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<AwsAppConfigPropertySourceNotFoundException>
-