Package dev.gmitch215.bytebox.net
Class SocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
dev.gmitch215.bytebox.net.SocketException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectException
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SocketException
public SocketException()With no message. -
SocketException
- Parameters:
message- what failed
-