com.verisign.getdns

Class GetDNSException

  • All Implemented Interfaces:
    java.io.Serializable


    public class GetDNSException
    extends java.lang.RuntimeException
    This exception will be thrown when there is an error during DNS lookup.
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      GetDNSReturn getReturnCode() 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GetDNSException

        public GetDNSException(GetDNSReturn returnCode)
      • GetDNSException

        public GetDNSException(java.lang.String message,
                       GetDNSReturn returnCode)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable