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

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

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

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

    /**
     * 

Constructor for NoDataException.

*/ public NoDataException() { super("NO DATA"); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy