Class SocketException

All Implemented Interfaces:
Serializable

public class SocketException extends UncheckedException
类型: Socket异常
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • SocketException

      public SocketException()
    • SocketException

      public SocketException(String message)
    • SocketException

      public SocketException(String format, Object... args)
    • SocketException

      public SocketException(String message, Throwable cause)
    • SocketException

      public SocketException(Throwable cause)
    • SocketException

      public SocketException(String errcode, String errmsg)