Class ConnectionRefusedSocketException

All Implemented Interfaces:
Serializable

public final class ConnectionRefusedSocketException extends SocketException
A SocketException indicating that a socket was not bound/accepting requests when attempting to connect.
Author:
Christian Kohlschütter
See Also: