Class RequiredServiceInstanceServiceBeanFailureAnalyzer
java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ServiceInstanceServiceBeanDoesNotExistException>
org.springframework.cloud.servicebroker.autoconfigure.web.RequiredServiceInstanceServiceBeanFailureAnalyzer
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class RequiredServiceInstanceServiceBeanFailureAnalyzer
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ServiceInstanceServiceBeanDoesNotExistException>
Verifies that a ServiceInstanceService is configured.
- Author:
- Roy Clarkson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.diagnostics.FailureAnalysis
analyze
(Throwable rootFailure, ServiceInstanceServiceBeanDoesNotExistException cause) Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
analyze, findCause, getCauseType
-
Constructor Details
-
RequiredServiceInstanceServiceBeanFailureAnalyzer
public RequiredServiceInstanceServiceBeanFailureAnalyzer()
-
-
Method Details
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, ServiceInstanceServiceBeanDoesNotExistException cause) - Specified by:
analyze
in classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<ServiceInstanceServiceBeanDoesNotExistException>
-