com.didisoft.pgp.exceptions
Class NoPrivateKeyFoundException

java.lang.Object
  extended by org.spongycastle.openpgp.PGPException
      extended by com.didisoft.pgp.PGPException
          extended by com.didisoft.pgp.exceptions.NoPrivateKeyFoundException

public class NoPrivateKeyFoundException
extends PGPException

Exception that indicates that a private key has not been found in a supplied file/stream parameter.

Since:
2.5.5

Constructor Summary
NoPrivateKeyFoundException(java.lang.String message)
           
NoPrivateKeyFoundException(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

NoPrivateKeyFoundException

public NoPrivateKeyFoundException(java.lang.String message)

NoPrivateKeyFoundException

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


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