Class ConnectionRefusedSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
org.newsclub.net.unix.ConnectionRefusedSocketException
- All Implemented Interfaces:
Serializable
A
SocketException indicating that a socket was not bound/accepting requests when
attempting to connect.- Author:
- Christian Kohlschütter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newConnectionRefusedSocketException.Constructs a newConnectionRefusedSocketException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionRefusedSocketException
public ConnectionRefusedSocketException()Constructs a newConnectionRefusedSocketException. -
ConnectionRefusedSocketException
Constructs a newConnectionRefusedSocketException.- Parameters:
msg- The error message.
-