Package dev.gmitch215.bytebox.net
Class UnknownHostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
dev.gmitch215.bytebox.net.UnknownHostException
- All Implemented Interfaces:
Serializable
No address for a name, standing in for
java.net.UnknownHostException.
Absent from the class library, and supplied because InetAddress throws it and because a
library that resolves a name 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
-
UnknownHostException
public UnknownHostException()With no name. -
UnknownHostException
- Parameters:
host- the name that did not resolve
-