mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-19 03:06:26 +00:00
NodeException can be made a checked Exception
This commit is contained in:
parent
ca73651e12
commit
33a9cd02ba
@ -27,9 +27,7 @@
|
|||||||
|
|
||||||
package com.zerotier.sdk;
|
package com.zerotier.sdk;
|
||||||
|
|
||||||
import java.lang.RuntimeException;
|
public class NodeException extends Exception {
|
||||||
|
|
||||||
public class NodeException extends RuntimeException {
|
|
||||||
public NodeException(String message) {
|
public NodeException(String message) {
|
||||||
super(message);
|
super(message);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user