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
ConstructorsConstructorDescriptionQuarkusBindException(Integer... ports) QuarkusBindException(BindException e, Integer... ports) QuarkusBindException(BindException e, List<Integer> ports) QuarkusBindException(List<Integer> ports) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuarkusBindException
-
QuarkusBindException
-
QuarkusBindException
-
QuarkusBindException
-
-
Method Details
-
getPorts
-