Package com.enterprisedt.net.ftp.ssh
Class SSHFTPKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.enterprisedt.net.ftp.ssh.SSHFTPKeyException
- All Implemented Interfaces:
Serializable
This exception is thrown when an error relating to SSH keys occurs.
- Version:
- $Revision$
- Author:
- Hans Andersen
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the public key sent by the server.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getServerPublicKey
Returns the public key sent by the server.- Returns:
- Public key sent by the server.
-