mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 08:26:14 +00:00
'NodeException' does not define a 'serialVersionUID' field
This commit is contained in:
parent
33a9cd02ba
commit
5b5625a6f0
@ -28,6 +28,9 @@
|
||||
package com.zerotier.sdk;
|
||||
|
||||
public class NodeException extends Exception {
|
||||
|
||||
private static final long serialVersionUID = 6268040509883125819L;
|
||||
|
||||
public NodeException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user