Class 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  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isAnonymous()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String msg)
      • HostNameToIPResolverException

        protected HostNameToIPResolverException​(java.lang.String msg,
                                                boolean anonymous)
    • Method Detail

      • isAnonymous

        public boolean isAnonymous()