Initial Spring Boot backend with Modbus TCP infrastructure
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
/* */ 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
|
||||
*/
|
||||
Reference in New Issue
Block a user