X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=library%2FRemoteLibrary.java;h=a4f00ceff53546eaf1849e526c656add37fa6d17;hp=bbe772a8c90168c658fa985461e92c58f13bb8d0;hb=9a553563269f93bae59cf45e43933c81fdec07e8;hpb=9b75402fd752653f27158f1c1775a062672c7b27 diff --git a/library/RemoteLibrary.java b/library/RemoteLibrary.java index bbe772a..a4f00ce 100644 --- a/library/RemoteLibrary.java +++ b/library/RemoteLibrary.java @@ -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)