org.freedesktop.dbus.exceptions.AddressResolvingException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbus-java-core Show documentation
Show all versions of dbus-java-core Show documentation
Improved version of the DBus-Java library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/).
package org.freedesktop.dbus.exceptions;
public class AddressResolvingException extends DBusExecutionException {
private static final long serialVersionUID = -1636993356304776163L;
public AddressResolvingException(String _message) {
super(_message);
}
}