Class SSHException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Buffer.BufferException, CircularBuffer.CircularBufferException, ConnectionException, SCPException, SFTPException, TransportException, UserAuthException

public class SSHException extends IOException
Most exceptions in the net.schmizz.sshj package are instances of this class. An SSHException is itself an IOException and can be caught like that if this level of granularity is not desired.
See Also: