java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
org.newsclub.net.unix.BrokenPipeSocketException
- All Implemented Interfaces:
Serializable
A
SocketException
indicating that a socket connection was broken ("broken pipe").- Author:
- Christian Kohlschütter
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a newBrokenPipeSocketException
.Constructs a newBrokenPipeSocketException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BrokenPipeSocketException
public BrokenPipeSocketException()Constructs a newBrokenPipeSocketException
. -
BrokenPipeSocketException
Constructs a newBrokenPipeSocketException
.- Parameters:
msg
- The error message.
-