Uses of Interface
org.springframework.boot.tomcat.TomcatEmbeddedContext.DeferredStartupExceptions
Packages that use TomcatEmbeddedContext.DeferredStartupExceptions
Package
Description
Reactive and servlet web server implementations backed by Tomcat.
-
Uses of TomcatEmbeddedContext.DeferredStartupExceptions in org.springframework.boot.tomcat
Fields in org.springframework.boot.tomcat declared as TomcatEmbeddedContext.DeferredStartupExceptionsModifier and TypeFieldDescriptionstatic final TomcatEmbeddedContext.DeferredStartupExceptionsTomcatEmbeddedContext.DeferredStartupExceptions.NONETomcatEmbeddedContext.DeferredStartupExceptionsthat does nothing.Methods in org.springframework.boot.tomcat with parameters of type TomcatEmbeddedContext.DeferredStartupExceptionsModifier and TypeMethodDescriptionvoidTomcatEmbeddedContext.setDeferredStartupExceptions(TomcatEmbeddedContext.DeferredStartupExceptions deferredStartupExceptions) Set the a strategy used to capture and rethrow deferred startup exceptions.