Package org.bouncycastle.openpgp
Class PGPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.openpgp.PGPException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PGPDataValidationException
,PGPKeyValidationException
public class PGPException extends java.lang.Exception
generic exception class for PGP encoding/decoding problems- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PGPException(java.lang.String message)
PGPException(java.lang.String message, java.lang.Exception underlying)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
java.lang.Exception
getUnderlyingException()
-