com.sshtools.publickey
Class InvalidPassphraseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sshtools.publickey.InvalidPassphraseException
- All Implemented Interfaces:
- Serializable
public class InvalidPassphraseException
- extends Exception
Thrown by an SshPrivateKeyFile when it detects that the
passphrase supplied was invalid.
- Author:
- Lee David Painter
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPassphraseException
public InvalidPassphraseException()
InvalidPassphraseException
public InvalidPassphraseException(Exception ex)
Copyright © 2012. All Rights Reserved.