Uses of Class
io.allune.quickfixj.spring.boot.starter.exception.QuickFixJBaseException
-
Packages that use QuickFixJBaseException Package Description io.allune.quickfixj.spring.boot.starter.exception io.allune.quickfixj.spring.boot.starter.failureanalyzer -
-
Uses of QuickFixJBaseException in io.allune.quickfixj.spring.boot.starter.exception
Subclasses of QuickFixJBaseException in io.allune.quickfixj.spring.boot.starter.exception Modifier and Type Class Description classConfigurationExceptionclassFieldNotFoundExceptionException thrown when a field is not found in a message.classMessageValidationExceptionException thrown when a message validation failed.classSessionNotFoundExceptionException thrown when a session is not found.classSettingsNotFoundException -
Uses of QuickFixJBaseException in io.allune.quickfixj.spring.boot.starter.failureanalyzer
Methods in io.allune.quickfixj.spring.boot.starter.failureanalyzer with parameters of type QuickFixJBaseException Modifier and Type Method Description protected org.springframework.boot.diagnostics.FailureAnalysisQuickFixJAutoConfigFailureAnalyzer. analyze(Throwable rootFailure, QuickFixJBaseException cause)
-