com.didisoft.pgp.exceptions
Class DetachedSignatureException

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

public class DetachedSignatureException
extends PGPException

Internal exception indicating that an OpenPGP file contains detached signature

Since:
2.5.8

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

DetachedSignatureException

public DetachedSignatureException(java.lang.String message)

DetachedSignatureException

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


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