Class SeiImplMissingFailureAnalyzer

  • All Implemented Interfaces:
    org.springframework.boot.diagnostics.FailureAnalyzer

    public class SeiImplMissingFailureAnalyzer
    extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<SeiImplClassNotFoundException>
    FailureAnalyzer to show custom Failure Message, if a SEI Implementation is missing (which is mandatory for autodetection and instantiation of the CXF endpoint(s))
    Author:
    jonashackt
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MESSAGE  
    • Method Summary

      Modifier and Type Method Description
      protected org.springframework.boot.diagnostics.FailureAnalysis analyze​(java.lang.Throwable rootFailure, SeiImplClassNotFoundException cause)  
      • Methods inherited from class org.springframework.boot.diagnostics.AbstractFailureAnalyzer

        analyze, findCause, getCauseType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SeiImplMissingFailureAnalyzer

        public SeiImplMissingFailureAnalyzer()