All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milton.dns.record.ZoneTransferException Maven / Gradle / Ivy

// Copyright (c) 2003-2004 Brian Wellington ([email protected])

package io.milton.dns.record;

/**
 * An exception thrown when a zone transfer fails.
 *
 * @author Brian Wellington
 */

public class ZoneTransferException extends Exception {

public
ZoneTransferException() {
	super();
}

public
ZoneTransferException(String s) {
	super(s);
}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy