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