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

public class WebServerException extends RuntimeException
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 Details

    • WebServerException

      public WebServerException(String message, Throwable cause)