Module java.base
Package java.net

Class SocketException

    • Constructor Detail

      • SocketException

        public SocketException​(String msg)
        Constructs a new SocketException with the specified detail message.
        Parameters:
        msg - the detail message.
      • SocketException

        public SocketException​()
        Constructs a new SocketException with no detail message.