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

com.openxc.remote.VehicleServiceException Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy