Class SocketException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectException

public class SocketException extends IOException
A socket failed, standing in for java.net.SocketException.

Absent from the class library, and supplied because a library that opens a socket catches it.

Since:
1.0.0
See Also:
  • Constructor Details

    • SocketException

      public SocketException()
      With no message.
    • SocketException

      public SocketException(String message)
      Parameters:
      message - what failed