Package reactor.netty

Class ChannelBindException

All Implemented Interfaces:
Serializable

public class ChannelBindException extends RuntimeException
Represents a failing attempt to bind a local socket address.
Author:
Stephane Maldini
See Also:
  • Constructor Details

    • ChannelBindException

      protected ChannelBindException(String localHost, int localPort, @Nullable Throwable cause)
    • ChannelBindException

      protected ChannelBindException(String localHost, @Nullable Throwable cause)
  • Method Details