Class ResolutionUnsuccessfulException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResolutionUnsuccessfulException
    extends org.minidns.MiniDnsException
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.minidns.MiniDnsException

        org.minidns.MiniDnsException.ErrorResponseException, org.minidns.MiniDnsException.IdMismatch, org.minidns.MiniDnsException.NoQueryPossibleException, org.minidns.MiniDnsException.NullResultException
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.minidns.dnsmessage.Question question  
      org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE responseCode  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolutionUnsuccessfulException​(org.minidns.dnsmessage.Question question, org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE responseCode)  
    • Method Summary

      • 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

      • question

        public final org.minidns.dnsmessage.Question question
      • responseCode

        public final org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE responseCode
    • Constructor Detail

      • ResolutionUnsuccessfulException

        public ResolutionUnsuccessfulException​(org.minidns.dnsmessage.Question question,
                                               org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE responseCode)