Class Bucket4JAutoConfigFailureAnalyzer

java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<Bucket4jGeneralException>
com.giffing.bucket4j.spring.boot.starter.failureanalyzer.Bucket4JAutoConfigFailureAnalyzer
All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer

public class Bucket4JAutoConfigFailureAnalyzer
extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<Bucket4jGeneralException>
The failure analyzer is responsible to provide readable information of exception which occur on startup. All exception based on the Bucket4jGeneralException are handled here.
  • Field Details

    • NEW_LINE

      public static final String NEW_LINE
  • Constructor Details

    • Bucket4JAutoConfigFailureAnalyzer

      public Bucket4JAutoConfigFailureAnalyzer()
  • Method Details