Package com.sshtools.j2ssh
Class SshException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sshtools.j2ssh.SshException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConfigurationException
,InvalidProfileFileException
,MessageAlreadyRegisteredException
,MessageNotRegisteredException
,TransportProtocolException
public class SshException extends java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SshException(java.lang.String msg)
Constructs an exception.SshException(java.lang.Throwable cause)
Constructs an exception.
-