Node Related Illegal State Exception
class NodeRelatedIllegalStateException(val node: ServiceNode, val message: String? = null, val cause: Throwable? = null) : IllegalStateException, NodeRelatedThrowable
Author
CJ