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:
java.io.Serializable
public class SshRuntimeException extends java.lang.RuntimeException
Runtime exception's thrown by the J2SSH application framework.
- Since:
- 0.2.0
- Version:
- $Revision: 1.14 $
- Author:
- Lee David Painter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SshRuntimeException(java.lang.String msg)
Constructs a runtime exception.
-