org.apache.whirr.net
Class DnsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.whirr.net.DnsException
All Implemented Interfaces:
Serializable

public class DnsException
extends RuntimeException

Generic dns resolution exception

See Also:
Serialized Form

Constructor Summary
DnsException(Throwable e)
           
 
Method Summary
 
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
 

Constructor Detail

DnsException

public DnsException(Throwable e)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.