com.didisoft.pgp.exceptions
Class NonPGPDataException

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

public class NonPGPDataException
extends PGPException

Exception that indicates that a supplied data is not a valid OpenPGP message.

This exception is thrown when we want to decrypt or verify arbitrary file that is not an OpenPGP encrypted or signed data.

Since:
2.5.7

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

NonPGPDataException

public NonPGPDataException(java.lang.String message)

NonPGPDataException

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


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