class ConnectionToNodeException implements Exception { ConnectionToNodeException({this.message}); final String message; }