com.didisoft.pgp.exceptions
Class WrongPasswordException

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPException
      extended by com.didisoft.pgp.PGPException
          extended by com.didisoft.pgp.exceptions.WrongPasswordException

public class WrongPasswordException
extends PGPException

This exception indicates that we have supplied a wrong password for an OpenPGP private key.

Since:
2.5.5

Constructor Summary
WrongPasswordException(java.lang.String message)
           
WrongPasswordException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrongPasswordException

public WrongPasswordException(java.lang.String message)

WrongPasswordException

public WrongPasswordException(java.lang.String message,
                              java.lang.Exception e)


Copyright © 2006-2013 DidiSoft Ltd. All Rights Reserved.