Package org.minidns
Class MiniDnsException.NullResultException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- org.minidns.MiniDnsException
- 
- org.minidns.MiniDnsException.NullResultException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- MiniDnsException
 
 public static class MiniDnsException.NullResultException extends MiniDnsException - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.minidns.MiniDnsExceptionMiniDnsException.ErrorResponseException, MiniDnsException.IdMismatch, MiniDnsException.NoQueryPossibleException, MiniDnsException.NullResultException
 
- 
 - 
Constructor SummaryConstructors Constructor Description NullResultException(DnsMessage request)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsMessagegetRequest()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
NullResultExceptionpublic NullResultException(DnsMessage request) 
 
- 
 - 
Method Detail- 
getRequestpublic DnsMessage getRequest() 
 
- 
 
-