|
Exception Summary |
| ChannelOpenException |
Exception thrown when a channel cannot be opened, the reason for which should be
specified in with any of the constants defined here. |
| SftpStatusException |
This exception is thrown by the SftpSubsystemChannel class whenever
a status message is received that is not expected. |
| SshException |
Generic exception for J2SSH Maverick exception handling. |
| SshIOException |
This class is provided so that when a channel InputStream/OutputStream
interface has to throw an IOException; the real SshException cause can
be retrieved. |