Package com.biglybt.core.util
Class HostNameToIPResolverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.UnknownHostException
-
- com.biglybt.core.util.HostNameToIPResolverException
-
- All Implemented Interfaces:
java.io.Serializable
public class HostNameToIPResolverException extends java.net.UnknownHostException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
is_anonymous
-
Constructor Summary
Constructors Modifier Constructor Description protected
HostNameToIPResolverException(java.lang.String msg)
protected
HostNameToIPResolverException(java.lang.String msg, boolean anonymous)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAnonymous()
-