Package com.sshtools.j2ssh
Class SshRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sshtools.j2ssh.SshRuntimeException
- All Implemented Interfaces:
Serializable
Runtime exception's thrown by the J2SSH application framework.
- Since:
- 0.2.0
- Version:
- $Revision: 1.14 $
- Author:
- Lee David Painter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SshRuntimeException
Constructs a runtime exception.
- Parameters:
msg
- the error message- Since:
- 0.2.0
-