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:
Serializable
- Version:
- $Revision: 1.15 $
- Author:
- $author$
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new InvalidSshKeySignatureException object.Creates a new InvalidSshKeySignatureException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSshKeySignatureException
public InvalidSshKeySignatureException()Creates a new InvalidSshKeySignatureException object. -
InvalidSshKeySignatureException
Creates a new InvalidSshKeySignatureException object.- Parameters:
t
-
-