org.springframework.boot.context.embedded.tomcat

Class ConnectorStartFailedException

  • All Implemented Interfaces:
    Serializable


    public class ConnectorStartFailedException
    extends EmbeddedServletContainerException
    A ConnectorStartFailedException is thrown when a Tomcat Connector fails to start, for example due to a port clash or incorrect SSL configuration.
    Since:
    1.4.1
    Author:
    Andy Wilkinson
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectorStartFailedException

        public ConnectorStartFailedException(int port)
        Creates a new ConnectorStartFailedException for a connector that's configured to listen on the given port.
        Parameters:
        port - the port
    • Method Detail

      • getPort

        public int getPort()

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.