com.didisoft.pgp
Class PGPException

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPException
      extended by com.didisoft.pgp.PGPException
Direct Known Subclasses:
DetachedSignatureException, FileIsEncryptedException, FileIsPBEEncryptedException, IntegrityCheckException, KeyIsExpiredException, KeyIsRevokedException, NonPGPDataException, NoPrivateKeyFoundException, NoPublicKeyFoundException, WrongPasswordException, WrongPrivateKeyException

public class PGPException
extends PGPException

Exception indicating that an OpenPGP encryption error has occurred


Constructor Summary
PGPException(java.lang.String message)
          Constructs the exception from a string message
PGPException(java.lang.String message, java.lang.Exception e)
          Constructs the exception from a string message and another exception
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPException

public PGPException(java.lang.String message)
Constructs the exception from a string message

Parameters:
message - error text

PGPException

public PGPException(java.lang.String message,
                    java.lang.Exception e)
Constructs the exception from a string message and another exception

Parameters:
message - error text
e - inner exception


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