Package org.minidns
Class MiniDnsException.ErrorResponseException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- org.minidns.MiniDnsException
 - 
- org.minidns.MiniDnsException.ErrorResponseException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - MiniDnsException
 
public static class MiniDnsException.ErrorResponseException 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 ErrorResponseException(DnsMessage request, DnsQueryResult result) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsMessagegetRequest()DnsQueryResultgetResult() 
 - 
 
- 
- 
Constructor Detail
- 
ErrorResponseException
public ErrorResponseException(DnsMessage request, DnsQueryResult result)
 
 - 
 
- 
Method Detail
- 
getRequest
public DnsMessage getRequest()
 
- 
getResult
public DnsQueryResult getResult()
 
 - 
 
 -