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:
 java.io.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 DnsMessagegetRequest()DnsMessagegetResponse() 
 - 
 
- 
- 
Constructor Detail
- 
IdMismatch
public IdMismatch(DnsMessage request, DnsMessage response)
 
 - 
 
- 
Method Detail
- 
getRequest
public DnsMessage getRequest()
 
- 
getResponse
public DnsMessage getResponse()
 
 - 
 
 -