OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZoneTransferException
(Results
1 - 4
of
4
) sorted by null
/external/smack/src/org/xbill/DNS/
ZoneTransferException.java
11
public class
ZoneTransferException
extends Exception {
14
ZoneTransferException
() {
19
ZoneTransferException
(String s) {
ZoneTransferIn.java
101
public void startAXFR() throws
ZoneTransferException
;
106
public void startIXFR() throws
ZoneTransferException
;
112
public void startIXFRDeletes(Record soa) throws
ZoneTransferException
;
118
public void startIXFRAdds(Record soa) throws
ZoneTransferException
;
124
public void handleRecord(Record r) throws
ZoneTransferException
;
390
fail(String s) throws
ZoneTransferException
{
391
throw new
ZoneTransferException
(s);
395
fallback() throws
ZoneTransferException
{
405
parseRR(Record rec) throws
ZoneTransferException
{
528
doxfr() throws IOException,
ZoneTransferException
{
[
all
...]
Zone.java
167
fromXFR(ZoneTransferIn xfrin) throws IOException,
ZoneTransferException
{
188
Zone(ZoneTransferIn xfrin) throws IOException,
ZoneTransferException
{
198
throws IOException,
ZoneTransferException
SimpleResolver.java
337
catch (
ZoneTransferException
e) {
Completed in 1628 milliseconds