Package org.minidns.hla
Class ResolutionUnsuccessfulException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.minidns.MiniDnsException
org.minidns.hla.ResolutionUnsuccessfulException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.minidns.MiniDnsException
MiniDnsException.ErrorResponseException, MiniDnsException.IdMismatch, MiniDnsException.NoQueryPossibleException, MiniDnsException.NullResultException
-
Field Summary
-
Constructor Summary
ConstructorDescriptionResolutionUnsuccessfulException
(Question question, 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
-
Field Details
-
question
-
responseCode
-
-
Constructor Details
-
ResolutionUnsuccessfulException
-