mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
'NodeException' does not define a 'serialVersionUID' field
This commit is contained in:
parent
33a9cd02ba
commit
5b5625a6f0
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue