Class QuarkusBindException

All Implemented Interfaces:
Serializable

public class QuarkusBindException extends BindException
An exception that is meant to stand in for BindException and provide information about the target which caused the bind exception.
See Also:
  • Constructor Details

  • Method Details

    • isKnownHost

      public static boolean isKnownHost(String host)
    • getHost

      public String getHost()
    • getPort

      public int getPort()