Closing of socket application throw only an IOException, no generic one
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
90579d79a9
commit
7d41a9f4c6
@ -367,7 +367,7 @@ public class SocketConsoleApplicationShell implements Runnable, AutoCloseable {
|
||||
/* (non-Javadoc)
|
||||
* @see java.lang.AutoCloseable#close() */
|
||||
@Override
|
||||
public void close() throws Exception {
|
||||
public void close() throws IOException {
|
||||
consoleManager.close();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user