|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.PGPException
com.didisoft.pgp.PGPException
com.didisoft.pgp.exceptions.NonPGPDataException
public class NonPGPDataException
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.
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 |
---|
public NonPGPDataException(java.lang.String message)
public NonPGPDataException(java.lang.String message, java.lang.Exception underlying)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |