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
public class ResolutionUnsuccessfulException extends MiniDnsException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.minidns.MiniDnsException
MiniDnsException.ErrorResponseException, MiniDnsException.IdMismatch, MiniDnsException.NoQueryPossibleException, MiniDnsException.NullResultException
-
-
Field Summary
Fields Modifier and Type Field Description Question
question
DnsMessage.RESPONSE_CODE
responseCode
-
Constructor Summary
Constructors Constructor Description ResolutionUnsuccessfulException(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 Detail
-
responseCode
public final DnsMessage.RESPONSE_CODE responseCode
-
-
Constructor Detail
-
ResolutionUnsuccessfulException
public ResolutionUnsuccessfulException(Question question, DnsMessage.RESPONSE_CODE responseCode)
-
-