Class ConnectorStartFailedException

All Implemented Interfaces:
Serializable

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

    • ConnectorStartFailedException

      public ConnectorStartFailedException(int port)