JAL-1355
[jalview.git] / src / jalview / ws / jws1 / SeqSearchWSClient.java
index 3a4bbd4..c1935b4 100644 (file)
@@ -208,7 +208,7 @@ public class SeqSearchWSClient extends WS1Client
     }
     if (!locateWebService())
     {
-      throw new Exception("Cannot contact service endpoint at " + WsURL);
+      throw new Exception(MessageManager.formatMessage("exception.cannot_contact_service_endpoint_at", new String[]{WsURL}));
     }
     String database = server.getDatabase();
     if (database == null)