/* */ package de.re.easymodbus.exceptions; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public class CRCCheckFailedException /* */ extends ModbusException /* */ { /* */ public CRCCheckFailedException() {} /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public CRCCheckFailedException(String s) /* */ { /* 22 */ super(s); /* */ } /* */ } /* Location: C:\Users\Admin\Desktop\JAVA DEV\EasyModbusJava.jar!\de\re\easymodbus\exceptions\CRCCheckFailedException.class * Java compiler version: 8 (52.0) * JD-Core Version: 0.7.1 */