Class WebServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.web.server.exception.WebServerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectorStartFailedException
RuntimeException used to represent generic exceptions related to web server operations.
Instances of this exception can be thrown to indicate unexpected issues or errors during the operation of an embedded web server, such as Apache Tomcat.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebServerException
-