Package io.quarkus.runtime
Class QuarkusBindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.BindException
io.quarkus.runtime.QuarkusBindException
- All Implemented Interfaces:
Serializable
An exception that is meant to stand in for
BindException and provide information
about the target which caused the bind exception.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()intgetPort()static booleanisKnownHost(String host) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuarkusBindException
-
-
Method Details
-
isKnownHost
-
getHost
-
getPort
public int getPort()
-