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 classInvalidProfileFileException -
Uses of SshException in com.sshtools.common.ui
Methods in com.sshtools.common.ui that throw SshException Modifier and Type Method Description abstract voidSshToolsApplicationClientPanel. authenticationComplete(boolean newProfile)voidSshToolsApplicationClientPanel. connect() -
Uses of SshException in com.sshtools.j2ssh.configuration
Subclasses of SshException in com.sshtools.j2ssh.configuration Modifier and Type Class Description classConfigurationException -
Uses of SshException in com.sshtools.j2ssh.transport
Subclasses of SshException in com.sshtools.j2ssh.transport Modifier and Type Class Description classAlgorithmInitializationExceptionThrown by the transport protocol if an error occurs during any type of algorithm initialization.classAlgorithmNotAgreedExceptionThrown by the transport protocol if an algortihm cannot be agreed between the client and server.classAlgorithmNotSupportedExceptionThrown by the transport protocol if an algorithm is not supported by the underlying JCE.classAlgorithmOperationExceptionThrown by the transport protocol if an algorithm operation error occurs.classInvalidHostFileExceptionThrown by abstract host key verifications when a host file is invalidclassInvalidMessageExceptionThrown bySshMessageimplementations when an invalid message is found.classMessageAlreadyRegisteredExceptionThrown by message store when a message is already registeredclassMessageNotRegisteredExceptionThrown by the message store when a message is added which is not registered.classMessageStoreEOFExceptionThrown by the message store when the store reaches EOF.classTransportProtocolException -
Uses of SshException in com.sshtools.j2ssh.transport.kex
Subclasses of SshException in com.sshtools.j2ssh.transport.kex Modifier and Type Class Description classKeyExchangeException -
Uses of SshException in com.sshtools.j2ssh.transport.publickey
Subclasses of SshException in com.sshtools.j2ssh.transport.publickey Modifier and Type Class Description classInvalidSshKeyExceptionclassInvalidSshKeySignatureException
-