Package org.minidns
Class MiniDnsException.IdMismatch
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.minidns.MiniDnsException
-
- org.minidns.MiniDnsException.IdMismatch
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MiniDnsException
public static class MiniDnsException.IdMismatch 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
-
-
Constructor Summary
Constructors Constructor Description IdMismatch(DnsMessage request, DnsMessage response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsMessage
getRequest()
DnsMessage
getResponse()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IdMismatch
public IdMismatch(DnsMessage request, DnsMessage response)
-
-
Method Detail
-
getRequest
public DnsMessage getRequest()
-
getResponse
public DnsMessage getResponse()
-
-