The base exception for all exceptions thrown within the J2SSH application framework.
342343344345346347348349350
log.error( "Failed to retreive banner becasue the message store is EOF"); return ""; } catch (InterruptedException ex) { throw new SshException( "The thread was interrupted whilst waiting for an authentication message"); } }
725726727728729730731
protected void onCorruptMac() { log.fatal("Corrupt Mac on Input"); // Send a disconnect message sendDisconnect(SshMsgDisconnect.MAC_ERROR, "Corrupt Mac on input", new SshException("Corrupt Mac on Imput")); }