Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
IOException
com.sshtools.j2ssh.SshException
public class SshException
extends IOException
Constructor Summary | |
| |
|
public SshException(String msg)
Constructs an exception.
- Parameters:
msg
- The error message
- Since:
- 0.2.0
public SshException(Throwable cause)
Constructs an exception.
- Parameters:
cause
- The cause of the exception
- Since:
- 0.2.1