Class SshException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, InvalidProfileFileException, MessageAlreadyRegisteredException, MessageNotRegisteredException, TransportProtocolException

public class SshException extends IOException

The base exception for all exceptions thrown within the J2SSH application framework.

Since:
0.2.0
Version:
$Revision: 1.20 $
Author:
Lee David Painter
See Also:
  • Constructor Details

    • SshException

      public SshException(String msg)

      Constructs an exception.

      Parameters:
      msg - The error message
      Since:
      0.2.0
    • SshException

      public SshException(Throwable cause)

      Constructs an exception.

      Parameters:
      cause - The cause of the exception
      Since:
      0.2.1