commit
This commit is contained in:
@@ -178,7 +178,7 @@ public enum S7Client {
|
||||
);
|
||||
return type.toObject(read);
|
||||
}
|
||||
}catch (Exception e) {
|
||||
}catch (Throwable e) {
|
||||
throw new S7CheckResultException("read errMsg : "+e.getMessage());
|
||||
}
|
||||
|
||||
@@ -293,7 +293,7 @@ public enum S7Client {
|
||||
);
|
||||
}
|
||||
return null;
|
||||
}catch (Exception e) {
|
||||
}catch (Throwable e) {
|
||||
throw new S7CheckResultException("write errMsg : "+e.getMessage());
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user