Home | History | Annotate | Download | only in DNS

Lines Matching refs:ZoneTransferException

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 {
584 * @throws ZoneTransferException The zone transfer failed to due a problem
588 run(ZoneTransferHandler handler) throws IOException, ZoneTransferException {
605 * @throws ZoneTransferException The zone transfer failed to due a problem
609 run() throws IOException, ZoneTransferException {