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