Uses of Class
com.sshtools.j2ssh.SshException
-
-
Uses of SshException in com.sshtools.common.configuration
Subclasses of SshException in com.sshtools.common.configuration Modifier and Type Class Description class
InvalidProfileFileException
-
Uses of SshException in com.sshtools.common.ui
Methods in com.sshtools.common.ui that throw SshException Modifier and Type Method Description 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 Modifier and Type Class Description class
ConfigurationException
-
Uses of SshException in com.sshtools.j2ssh.transport
Subclasses of SshException in com.sshtools.j2ssh.transport Modifier and Type Class Description 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 invalidclass
InvalidMessageException
Thrown bySshMessage
implementations when an invalid message is found.class
MessageAlreadyRegisteredException
Thrown by message store when a message is already registeredclass
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 Modifier and Type Class Description class
KeyExchangeException
-
Uses of SshException in com.sshtools.j2ssh.transport.publickey
Subclasses of SshException in com.sshtools.j2ssh.transport.publickey Modifier and Type Class Description class
InvalidSshKeyException
class
InvalidSshKeySignatureException
-