com.didisoft.pgp.exceptions
Class WrongPrivateKeyException

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

public class WrongPrivateKeyException
extends PGPException

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

Since:
2.5.5

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

Constructor Detail

WrongPrivateKeyException

public WrongPrivateKeyException(java.lang.String message)

WrongPrivateKeyException

public WrongPrivateKeyException(java.lang.String message,
                                java.lang.Exception underlying)


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