Uses of Class
net.schmizz.sshj.common.SSHException
Packages that use SSHException
Package
Description
-
Uses of SSHException in com.hierynomus.sshj.transport.verification
Methods in com.hierynomus.sshj.transport.verification that throw SSHException -
Uses of SSHException in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type SSHExceptionMethods in net.schmizz.sshj that throw SSHExceptionModifier and TypeMethodDescriptionvoidvoidAbstractService.notifyUnimplemented(long seqNum) voidService.notifyUnimplemented(long seqNum) Notifies this service that aSSH_MSG_UNIMPLEMENTEDwas received for packet with given sequence number. -
Uses of SSHException in net.schmizz.sshj.common
Subclasses of SSHException in net.schmizz.sshj.commonModifier and TypeClassDescriptionstatic classstatic classFields in net.schmizz.sshj.common with type parameters of type SSHExceptionModifier and TypeFieldDescriptionstatic final ExceptionChainer<SSHException> SSHException.chainerMethods in net.schmizz.sshj.common with parameters of type SSHExceptionModifier and TypeMethodDescriptionstatic voidErrorNotifiable.Util.alertAll(SSHException error, Collection<? extends ErrorNotifiable> notifiables) Notify allnotifiablesof givenerror.static voidErrorNotifiable.Util.alertAll(SSHException error, ErrorNotifiable... notifiables) Notify allnotifiablesof givenerror.voidErrorNotifiable.notifyError(SSHException error) Notifies this object of anerror.Methods in net.schmizz.sshj.common that throw SSHException -
Uses of SSHException in net.schmizz.sshj.connection
Subclasses of SSHException in net.schmizz.sshj.connectionMethods in net.schmizz.sshj.connection with parameters of type SSHExceptionMethods in net.schmizz.sshj.connection that throw SSHException -
Uses of SSHException in net.schmizz.sshj.connection.channel
Subclasses of SSHException in net.schmizz.sshj.connection.channelMethods in net.schmizz.sshj.connection.channel with parameters of type SSHExceptionModifier and TypeMethodDescriptionvoidAbstractChannel.notifyError(SSHException error) voidChannelInputStream.notifyError(SSHException error) voidChannelOutputStream.notifyError(SSHException error) Methods in net.schmizz.sshj.connection.channel that throw SSHExceptionModifier and TypeMethodDescriptionprotected voidAbstractChannel.gotExtendedData(SSHPacket buf) voidvoidChannelInputStream.receive(byte[] data, int offset, int len) protected voidAbstractChannel.receiveInto(ChannelInputStream stream, SSHPacket buf) -
Uses of SSHException in net.schmizz.sshj.connection.channel.direct
Methods in net.schmizz.sshj.connection.channel.direct with parameters of type SSHExceptionMethods in net.schmizz.sshj.connection.channel.direct that throw SSHExceptionModifier and TypeMethodDescriptionprotected voidSessionChannel.gotExtendedData(SSHPacket buf) SessionFactory.startSession()Opens asessionchannel. -
Uses of SSHException in net.schmizz.sshj.sftp
Subclasses of SSHException in net.schmizz.sshj.sftpConstructors in net.schmizz.sshj.sftp that throw SSHExceptionModifierConstructorDescriptionSFTPEngine(SessionFactory ssh) SFTPEngine(SessionFactory ssh, String pathSep) -
Uses of SSHException in net.schmizz.sshj.transport
Subclasses of SSHException in net.schmizz.sshj.transportMethods in net.schmizz.sshj.transport that throw SSHException -
Uses of SSHException in net.schmizz.sshj.transport.verification
Constructors in net.schmizz.sshj.transport.verification that throw SSHExceptionModifierConstructorDescriptionHostEntry(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key) HostEntry(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key, String comment) HostEntry(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key, String comment, LoggerFactory loggerFactory) -
Uses of SSHException in net.schmizz.sshj.userauth
Subclasses of SSHException in net.schmizz.sshj.userauthMethods in net.schmizz.sshj.userauth with parameters of type SSHExceptionMethods in net.schmizz.sshj.userauth that throw SSHException -
Uses of SSHException in net.schmizz.sshj.xfer.scp
Subclasses of SSHException in net.schmizz.sshj.xfer.scp