SSH Factory

Uses of Interface
com.jscape.util.ExceptionWrapper

Packages that use ExceptionWrapper
com.jscape.inet.ipclient Contains classes for creating TCP/IP client applications. 
com.jscape.inet.ssh Contains classes for communicating with SSH (Secure Shell) servers. 
com.jscape.inet.telnet Contains classes for communicating with telnet servers. 
 

Uses of ExceptionWrapper in com.jscape.inet.ipclient
 

Classes in com.jscape.inet.ipclient that implement ExceptionWrapper
 class IpClientException
          IpClientException is thrown by many methods of IpClient class.
 

Uses of ExceptionWrapper in com.jscape.inet.ssh
 

Classes in com.jscape.inet.ssh that implement ExceptionWrapper
 class SshException
          SshException is thrown by many methods of Ssh class.
 class SshTaskTimeoutException
          A subclass of TelnetException, this exception is thrown by a TelnetSession instance when using the TelnetSession#send or TelnetSession#sendWait methods and the TelnetTask exceeds the maximum defined timeout waiting for the end prompt.
 

Uses of ExceptionWrapper in com.jscape.inet.telnet
 

Classes in com.jscape.inet.telnet that implement ExceptionWrapper
 class TelnetException
          TelnetException is thrown by many methods of Telnet class.
 class TelnetTaskTimeoutException
          A subclass of TelnetException, this exception is thrown by a TelnetSession instance when using the TelnetSession#send or TelnetSession#sendWait methods and the TelnetTask exceeds the maximum defined timeout waiting for either the start prompt or end prompt.
 


SSH Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved