Uses of Class
org.springframework.boot.web.server.WebServerException
Packages that use WebServerException
Package
Description
Support for embedded web servers.
Reactive and servlet web server implementations backed by Jetty.
Reactive web server implementation backed by Netty.
Reactive and servlet web server implementations backed by Tomcat.
Reactive and servlet web server implementations backed by Undertow.
-
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 -
Uses of WebServerException in org.springframework.boot.web.server.jetty
Methods in org.springframework.boot.web.server.jetty that throw WebServerException -
Uses of WebServerException in org.springframework.boot.web.server.reactive.netty
Methods in org.springframework.boot.web.server.reactive.netty that throw WebServerException -
Uses of WebServerException in org.springframework.boot.web.server.tomcat
Subclasses of WebServerException in org.springframework.boot.web.server.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.server.tomcat that throw WebServerException -
Uses of WebServerException in org.springframework.boot.web.server.undertow
Methods in org.springframework.boot.web.server.undertow that throw WebServerException