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