类 ConnectorStartFailedException

所有已实现的接口:
Serializable

public class ConnectorStartFailedException extends WebServerException
A ConnectorStartFailedException is thrown when a Tomcat Connector fails to start, for example due to a port clash or incorrect SSL configuration.
从以下版本开始:
2.0.0
作者:
Andy Wilkinson
另请参阅:
  • 构造器详细资料

    • ConnectorStartFailedException

      public ConnectorStartFailedException(int port)
      Creates a new ConnectorStartFailedException for a connector that's configured to listen on the given port.
      参数:
      port - the port
  • 方法详细资料

    • getPort

      public int getPort()