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

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

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

package io.milton.dns.record;


/**
 * An exception thrown when a name is longer than the maximum length of a DNS
 * name.
 *
 * @author Brian Wellington
 */

public class NameTooLongException extends WireParseException {

public
NameTooLongException() {
	super();
}

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy