Class NoDockerPresenceMarkerFailureAnalyser
java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<NoDockerPresenceMarkerException>
com.playtika.testcontainer.common.spring.NoDockerPresenceMarkerFailureAnalyser
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class NoDockerPresenceMarkerFailureAnalyser
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<NoDockerPresenceMarkerException>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.diagnostics.FailureAnalysisanalyze(Throwable rootFailure, NoDockerPresenceMarkerException cause) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
Field Details
-
description
- See Also:
-
action
- See Also:
-
-
Constructor Details
-
NoDockerPresenceMarkerFailureAnalyser
public NoDockerPresenceMarkerFailureAnalyser()
-
-
Method Details
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, NoDockerPresenceMarkerException cause) - Specified by:
analyzein classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<NoDockerPresenceMarkerException>
-