Package java.net

Class SocketException

    • Constructor Detail

      • SocketException

        public SocketException()
        Constructs a new instance.
      • SocketException

        public SocketException​(String detailMessage)
        Constructs a new instance with the given detail message.
      • SocketException

        public SocketException​(Throwable cause)
        Constructs a new instance with the given cause.
      • SocketException

        public SocketException​(String detailMessage,
                               Throwable cause)
        Constructs a new instance with given detail message and cause.