| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
IOExceptioncom.sshtools.j2ssh.SshExceptionpublic class SshExceptionextends IOExceptionConstructor 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