Package com.sshtools.j2ssh.forwarding
Class ForwardingConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sshtools.j2ssh.forwarding.ForwardingConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ForwardingConfigurationException extends java.io.IOException
- Version:
- $Revision: 1.15 $
- Author:
- $author$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForwardingConfigurationException(java.lang.String msg)
Creates a new ForwardingConfigurationException object.
-