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:
Serializable
- Direct Known Subclasses:
ConfigurationException
,InvalidProfileFileException
,MessageAlreadyRegisteredException
,MessageNotRegisteredException
,TransportProtocolException
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 Summary
ConstructorsConstructorDescriptionSshException
(String msg) Constructs an exception.SshException
(Throwable cause) Constructs an 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
-
SshException
Constructs an exception.
- Parameters:
msg
- The error message- Since:
- 0.2.0
-
SshException
Constructs an exception.
- Parameters:
cause
- The cause of the exception- Since:
- 0.2.1
-