org.xbill.DNS.lookup.ServerFailedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.dnsjava
Show all versions of org.apache.servicemix.bundles.dnsjava
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
// SPDX-License-Identifier: BSD-3-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