Uses of Class
org.springframework.boot.web.server.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.jetty
-
Uses of WebServerException in org.springframework.boot.web.embedded.netty
-
Uses of WebServerException in org.springframework.boot.web.embedded.tomcat
Modifier and TypeClassDescriptionclass
AConnectorStartFailedException
is thrown when a TomcatConnector
fails to start, for example due to a port clash or incorrect SSL configuration. -
Uses of WebServerException in org.springframework.boot.web.embedded.undertow
-
Uses of WebServerException in org.springframework.boot.web.server
Modifier and TypeClassDescriptionclass
APortInUseException
is thrown when a web server fails to start due to a port already being in use.