Package java.net
Class UnknownHostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.UnknownHostException
-
- All Implemented Interfaces:
Serializable
public class UnknownHostException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownHostException()UnknownHostException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownHostException
public UnknownHostException(String message)
-
UnknownHostException
public UnknownHostException()
-
-