Class GitUriFailureAnalyzer
java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<IllegalStateException>
org.springframework.cloud.config.server.diagnostics.GitUriFailureAnalyzer
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class GitUriFailureAnalyzer
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<IllegalStateException>
- Author:
- Ryan Baxter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.diagnostics.FailureAnalysisanalyze(Throwable rootFailure, IllegalStateException cause) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
Field Details
-
DESCRIPTION
-
ACTION
-
-
Constructor Details
-
GitUriFailureAnalyzer
public GitUriFailureAnalyzer()
-
-
Method Details
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, IllegalStateException cause) - Specified by:
analyzein classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<IllegalStateException>
-