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

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

package com.github.pires.obd.exceptions;

/**
 * Thrown when there is a "UNABLE TO CONNECT" message.
 *
 * @author pires
 * @version $Id: $Id
 */
public class UnableToConnectException extends ResponseException {

    /**
     * 

Constructor for UnableToConnectException.

*/ public UnableToConnectException() { super("UNABLE TO CONNECT"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy