com.maverick.ssh
Class SshIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.maverick.ssh.SshIOException
- All Implemented Interfaces:
- Serializable
public class SshIOException
- extends IOException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SshIOException
public SshIOException(SshException realEx)
- Construct the exception with the real exception.
- Parameters:
realEx -
getRealException
public SshException getRealException()
- Get the real exception
- Returns:
- SshException
Copyright © 2013. All Rights Reserved.