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.jetty
Methods in org.springframework.boot.web.embedded.jetty that throw WebServerException -
Uses of WebServerException in org.springframework.boot.web.embedded.netty
Methods in org.springframework.boot.web.embedded.netty that throw WebServerException -
Uses of WebServerException in org.springframework.boot.web.embedded.tomcat
Subclasses of WebServerException in org.springframework.boot.web.embedded.tomcatModifier and TypeClassDescriptionclass
AConnectorStartFailedException
is thrown when a TomcatConnector
fails 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.undertow
Methods in org.springframework.boot.web.embedded.undertow that throw WebServerException -
Uses of WebServerException in org.springframework.boot.web.server
Subclasses of WebServerException in org.springframework.boot.web.serverModifier and TypeClassDescriptionclass
APortInUseException
is 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