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

org.xbill.DNS.lookup.ServerFailedException Maven / Gradle / Ivy

There is a newer version: 3.6.2_1
Show newest version
// SPDX-License-Identifier: BSD-2-Clause
package org.xbill.DNS.lookup;

/**
 * Represents a server failure, that the upstream server responding to the request returned a
 * SERVFAIL status.
 */
public class ServerFailedException extends LookupFailedException {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy