Class ConnectorStartFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.web.server.exception.WebServerException
com.bobocode.bring.web.server.exception.ConnectorStartFailedException
- All Implemented Interfaces:
Serializable
Exception thrown when a connector configured to listen on a specific port fails to start.
Instances of this exception are typically thrown when an embedded web server, such as Apache Tomcat, encounters an issue while attempting to start a connector on a specified port.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectorStartFailedException
public ConnectorStartFailedException(int port)
-