Class PGPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.openpgp.PGPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OpenPGPKeyException, PGPDataValidationException, PGPKeyValidationException, PGPSignatureException
generic exception class for PGP encoding/decoding problems
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPGPException(String message) PGPException(String message, Exception underlying) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PGPException
-
PGPException
-
-
Method Details
-
getUnderlyingException
-
getCause
-