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