![JAR search and dependency download from the Maven repository](/logo.png)
com.openxc.remote.VehicleServiceException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openxc-enabler Show documentation
Show all versions of openxc-enabler Show documentation
Enabler Android application for OpenXC
The newest version!
package com.openxc.remote;
public class VehicleServiceException extends Exception {
private static final long serialVersionUID = -1889788234635180274L;
public VehicleServiceException(String message, Throwable cause) {
super(message, cause);
}
public VehicleServiceException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy