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