Merge master
[nikiroo-utils.git] / library / RemoteLibrary.java
index bbe772a8c90168c658fa985461e92c58f13bb8d0..a4f00ceff53546eaf1849e526c656add37fa6d17 100644 (file)
@@ -435,9 +435,11 @@ public class RemoteLibrary extends BasicLibrary {
         * Stop the server.
         * 
         * @throws IOException
-        *             in case of I/O error (including bad key)
+        *             in case of I/O errors
+        * @throws SSLException
+        *             when the key was not accepted
         */
-       public void exit() throws IOException {
+       public void exit() throws IOException, SSLException {
                connectRemoteAction(new RemoteAction() {
                        @Override
                        public void action(ConnectActionClientObject action)