Uses of Class
net.schmizz.sshj.common.SSHException

Packages that use SSHException
net.schmizz.sshj   
net.schmizz.sshj.common   
net.schmizz.sshj.connection   
net.schmizz.sshj.connection.channel   
net.schmizz.sshj.connection.channel.direct   
net.schmizz.sshj.sftp   
net.schmizz.sshj.transport   
net.schmizz.sshj.transport.verification   
net.schmizz.sshj.userauth   
net.schmizz.sshj.xfer.scp   
 

Uses of SSHException in net.schmizz.sshj
 

Methods in net.schmizz.sshj with parameters of type SSHException
 void AbstractService.notifyError(SSHException error)
           
 

Methods in net.schmizz.sshj that throw SSHException
 void AbstractService.handle(Message msg, SSHPacket buf)
           
 void Service.notifyUnimplemented(long seqNum)
          Notifies this service that a SSH_MSG_UNIMPLEMENTED was received for packet with given sequence number.
 void AbstractService.notifyUnimplemented(long seqNum)
           
 

Uses of SSHException in net.schmizz.sshj.common
 

Subclasses of SSHException in net.schmizz.sshj.common
static class Buffer.BufferException
           
 

Fields in net.schmizz.sshj.common with type parameters of type SSHException
static ExceptionChainer<SSHException> SSHException.chainer
           
 

Methods in net.schmizz.sshj.common with parameters of type SSHException
static void ErrorNotifiable.Util.alertAll(SSHException error, Collection<? extends ErrorNotifiable> notifiables)
          Notify all notifiables of given error.
static void ErrorNotifiable.Util.alertAll(SSHException error, ErrorNotifiable... notifiables)
          Notify all notifiables of given error.
 void ErrorNotifiable.notifyError(SSHException error)
          Notifies this object of an error.
 

Methods in net.schmizz.sshj.common that throw SSHException
 void SSHPacketHandler.handle(Message msg, SSHPacket buf)
          Delegate handling of some SSH packet to this object.
 

Uses of SSHException in net.schmizz.sshj.connection
 

Subclasses of SSHException in net.schmizz.sshj.connection
 class ConnectionException
          Connection-layer exception.
 

Methods in net.schmizz.sshj.connection with parameters of type SSHException
 void ConnectionImpl.notifyError(SSHException error)
           
 

Methods in net.schmizz.sshj.connection that throw SSHException
 void ConnectionImpl.handle(Message msg, SSHPacket buf)
           
 

Uses of SSHException in net.schmizz.sshj.connection.channel
 

Subclasses of SSHException in net.schmizz.sshj.connection.channel
 class OpenFailException
           
 

Methods in net.schmizz.sshj.connection.channel with parameters of type SSHException
 void ChannelOutputStream.notifyError(SSHException error)
           
 void ChannelInputStream.notifyError(SSHException error)
           
 void AbstractChannel.notifyError(SSHException error)
           
 

Uses of SSHException in net.schmizz.sshj.connection.channel.direct
 

Methods in net.schmizz.sshj.connection.channel.direct with parameters of type SSHException
 void SessionChannel.notifyError(SSHException error)
           
 

Methods in net.schmizz.sshj.connection.channel.direct that throw SSHException
 Session SessionFactory.startSession()
          Opens a session channel.
 

Uses of SSHException in net.schmizz.sshj.sftp
 

Subclasses of SSHException in net.schmizz.sshj.sftp
 class SFTPException
           
 

Constructors in net.schmizz.sshj.sftp that throw SSHException
SFTPEngine(SessionFactory ssh)
           
SFTPEngine(SessionFactory ssh, String pathSep)
           
 

Uses of SSHException in net.schmizz.sshj.transport
 

Subclasses of SSHException in net.schmizz.sshj.transport
 class TransportException
          Transport-layer exception
 

Methods in net.schmizz.sshj.transport that throw SSHException
 void TransportImpl.handle(Message msg, SSHPacket buf)
          This is where all incoming packets are handled.
 

Uses of SSHException in net.schmizz.sshj.transport.verification
 

Constructors in net.schmizz.sshj.transport.verification that throw SSHException
OpenSSHKnownHosts.HashedEntry(OpenSSHKnownHosts.Marker marker, String hash, KeyType type, PublicKey key)
           
 

Uses of SSHException in net.schmizz.sshj.userauth
 

Subclasses of SSHException in net.schmizz.sshj.userauth
 class UserAuthException
          User authentication exception
 

Methods in net.schmizz.sshj.userauth with parameters of type SSHException
 void UserAuthImpl.notifyError(SSHException error)
           
 

Methods in net.schmizz.sshj.userauth that throw SSHException
 void UserAuthImpl.handle(Message msg, SSHPacket buf)
           
 

Uses of SSHException in net.schmizz.sshj.xfer.scp
 

Subclasses of SSHException in net.schmizz.sshj.xfer.scp
 class SCPException
           
 



Copyright © 2009-2012. All Rights Reserved.