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

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

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

/**
 * Thrown when there is a "?" message.
 *
 * @author pires
 * @version $Id: $Id
 */
public class MisunderstoodCommandException extends ResponseException {

    /**
     * 

Constructor for MisunderstoodCommandException.

*/ public MisunderstoodCommandException() { super("?"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy