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.
 *
 * @author pires
 * @version $Id: $Id
 */
public class StoppedException extends ResponseException {

    /**
     * 

Constructor for StoppedException.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy