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

    • QuarkusBindException

      public QuarkusBindException(Integer... ports)
    • QuarkusBindException

      public QuarkusBindException(List<Integer> ports)
    • QuarkusBindException

      public QuarkusBindException(BindException e, Integer... ports)
    • QuarkusBindException

      public QuarkusBindException(BindException e, List<Integer> ports)
  • Method Details