Package com.sshtools.common.ssh
Class SshIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sshtools.common.ssh.SshIOException
- All Implemented Interfaces:
Serializable
This class is provided so that when a channel InputStream/OutputStream
interface has to throw an IOException; the real SshException cause can be
retrieved.
- Author:
- Lee David Painter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSshIOException(SshException realEx) Construct the exception with the real exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SshIOException
Construct the exception with the real exception.- Parameters:
realEx-
-
-
Method Details
-
getRealException
Get the real exception- Returns:
- SshException
-