44454647484950515253
List<Exception> exceptions = command.getExceptions(); for (Exception exception : exceptions) { exception.printStackTrace(); } ssh.disconnect(); } } }