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:
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 DnsMessage
getRequest()
DnsQueryResult
getResult()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ErrorResponseException
public ErrorResponseException(DnsMessage request, DnsQueryResult result)
-
-
Method Detail
-
getRequest
public DnsMessage getRequest()
-
getResult
public DnsQueryResult getResult()
-
-