Uses of Class
org.springframework.boot.web.server.WebServerException
Packages that use WebServerException
Package
Description
Embedded reactive and servlet web server implementations backed by Jetty.
Embedded reactive web server implementation backed by Netty.
Embedded reactive and servlet web server implementations backed by Tomcat.
Embedded reactive and servlet web server implementations backed by Undertow.
Support for embedded web servers.
- 
Uses of WebServerException in org.springframework.boot.web.embedded.jettyMethods in org.springframework.boot.web.embedded.jetty that throw WebServerException
- 
Uses of WebServerException in org.springframework.boot.web.embedded.nettyMethods in org.springframework.boot.web.embedded.netty that throw WebServerException
- 
Uses of WebServerException in org.springframework.boot.web.embedded.tomcatSubclasses of WebServerException in org.springframework.boot.web.embedded.tomcatModifier and TypeClassDescriptionclassAConnectorStartFailedExceptionis thrown when a TomcatConnectorfails to start, for example due to a port clash or incorrect SSL configuration.Methods in org.springframework.boot.web.embedded.tomcat that throw WebServerException
- 
Uses of WebServerException in org.springframework.boot.web.embedded.undertowMethods in org.springframework.boot.web.embedded.undertow that throw WebServerException
- 
Uses of WebServerException in org.springframework.boot.web.serverSubclasses of WebServerException in org.springframework.boot.web.serverModifier and TypeClassDescriptionclassAPortInUseExceptionis thrown when a web server fails to start due to a port already being in use.Methods in org.springframework.boot.web.server that throw WebServerException