package org.envirocar.obd.exception; /** * Created by matthes on 29.10.15. */ public class NoDataReceivedException extends Exception { public NoDataReceivedException(String s) { super(s); } }