Uses of Class
com.sshtools.j2ssh.SshException

Packages that use SshException
com.sshtools.common.configuration   
com.sshtools.common.ui   
com.sshtools.j2ssh.configuration   
com.sshtools.j2ssh.transport   
com.sshtools.j2ssh.transport.kex   
com.sshtools.j2ssh.transport.publickey   
 

Uses of SshException in com.sshtools.common.configuration
 

Subclasses of SshException in com.sshtools.common.configuration
 class InvalidProfileFileException
           
 

Uses of SshException in com.sshtools.common.ui
 

Methods in com.sshtools.common.ui that throw SshException
abstract  void SshToolsApplicationClientPanel.authenticationComplete(boolean newProfile)
           
 void SshToolsApplicationClientPanel.connect()
           
 

Uses of SshException in com.sshtools.j2ssh.configuration
 

Subclasses of SshException in com.sshtools.j2ssh.configuration
 class ConfigurationException
           
 

Uses of SshException in com.sshtools.j2ssh.transport
 

Subclasses of SshException in com.sshtools.j2ssh.transport
 class AlgorithmInitializationException
           Thrown by the transport protocol if an error occurs during any type of algorithm initialization.
 class AlgorithmNotAgreedException
           Thrown by the transport protocol if an algortihm cannot be agreed between the client and server.
 class AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
 class AlgorithmOperationException
           Thrown by the transport protocol if an algorithm operation error occurs.
 class InvalidHostFileException
           Thrown by abstract host key verifications when a host file is invalid
 class InvalidMessageException
           Thrown by SshMessage implementations when an invalid message is found.
 class MessageAlreadyRegisteredException
           Thrown by message store when a message is already registered
 class MessageNotRegisteredException
           Thrown by the message store when a message is added which is not registered.
 class MessageStoreEOFException
           Thrown by the message store when the store reaches EOF.
 class TransportProtocolException
           
 

Uses of SshException in com.sshtools.j2ssh.transport.kex
 

Subclasses of SshException in com.sshtools.j2ssh.transport.kex
 class KeyExchangeException
           
 

Uses of SshException in com.sshtools.j2ssh.transport.publickey
 

Subclasses of SshException in com.sshtools.j2ssh.transport.publickey
 class InvalidSshKeyException
           
 class InvalidSshKeySignatureException
           
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.