Class PortConnectionException

    • Constructor Detail

      • PortConnectionException

        public PortConnectionException()
        Creates a new instance of PortConnectionException without detail message.
      • PortConnectionException

        public PortConnectionException​(String msg)
        Constructs an instance of PortConnectionException with the specified detail message.
        Parameters:
        msg - the detail message.
      • PortConnectionException

        public PortConnectionException​(Throwable cause)
      • PortConnectionException

        public PortConnectionException​(String msg,
                                       Throwable cause)