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:
  • Constructor Details

    • PGPException

      public PGPException(String message)
    • PGPException

      public PGPException(String message, Exception underlying)
  • Method Details