Class UnknownHostException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
dev.gmitch215.bytebox.net.UnknownHostException
All Implemented Interfaces:
Serializable

public class UnknownHostException extends IOException
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 Details

    • UnknownHostException

      public UnknownHostException()
      With no name.
    • UnknownHostException

      public UnknownHostException(String host)
      Parameters:
      host - the name that did not resolve