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

com.github.pires.obd.exceptions.StoppedException Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package com.github.pires.obd.exceptions;

/**
 * Sent when there is a "STOPPED" message.
 */
public class StoppedException extends ResponseException {

    public StoppedException() {
        super("STOPPED");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy