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