org.gudy.azureus2.core3.util
Class HostNameToIPResolverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.UnknownHostException
                  extended by org.gudy.azureus2.core3.util.HostNameToIPResolverException
All Implemented Interfaces:
Serializable

public class HostNameToIPResolverException
extends UnknownHostException

Author:
parg
See Also:
Serialized Form

Field Summary
protected  boolean is_anonymous
           
 
Constructor Summary
protected HostNameToIPResolverException(String msg)
           
protected HostNameToIPResolverException(String msg, boolean anonymous)
           
 
Method Summary
 boolean isAnonymous()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

is_anonymous

protected boolean is_anonymous
Constructor Detail

HostNameToIPResolverException

protected HostNameToIPResolverException(String msg)

HostNameToIPResolverException

protected HostNameToIPResolverException(String msg,
                                        boolean anonymous)
Method Detail

isAnonymous

public boolean isAnonymous()