Class 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:
  • Constructor Details

    • SshIOException

      public SshIOException(SshException realEx)
      Construct the exception with the real exception.
      Parameters:
      realEx -
  • Method Details

    • getRealException

      public SshException getRealException()
      Get the real exception
      Returns:
      SshException