public class RequiredServiceInstanceServiceBeanFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ServiceInstanceServiceBeanDoesNotExistException>
| Constructor and Description |
|---|
RequiredServiceInstanceServiceBeanFailureAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.boot.diagnostics.FailureAnalysis |
analyze(Throwable rootFailure,
ServiceInstanceServiceBeanDoesNotExistException cause) |
public RequiredServiceInstanceServiceBeanFailureAnalyzer()
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, ServiceInstanceServiceBeanDoesNotExistException cause)
analyze in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ServiceInstanceServiceBeanDoesNotExistException>