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