Class InvalidSshKeySignatureException
- 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.InvalidSshKeySignatureException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSshKeySignatureException extends TransportProtocolException
- Version:
- $Revision: 1.15 $
- Author:
- $author$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSshKeySignatureException()
Creates a new InvalidSshKeySignatureException object.InvalidSshKeySignatureException(java.lang.Throwable t)
Creates a new InvalidSshKeySignatureException object.
-
-
-
Constructor Detail
-
InvalidSshKeySignatureException
public InvalidSshKeySignatureException()
Creates a new InvalidSshKeySignatureException object.
-
InvalidSshKeySignatureException
public InvalidSshKeySignatureException(java.lang.Throwable t)
Creates a new InvalidSshKeySignatureException object.- Parameters:
t
-
-
-