com.github.pires.obd.exceptions.UnableToConnectException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obd-java-api Show documentation
Show all versions of obd-java-api Show documentation
OBD Java API compatible with ELM327.
package com.github.pires.obd.exceptions;
/**
* Thrown when there is a "UNABLE TO CONNECT" message.
*/
public class UnableToConnectException extends ResponseException {
public UnableToConnectException() {
super("UNABLE TO CONNECT");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy