org.bouncycastle.openpgp

Class PGPException

Known Direct Subclasses:
PGPDataValidationException, PGPKeyValidationException

public class PGPException
extends Exception

generic exception class for PGP encoding/decoding problems

Constructor Summary

PGPException(String message)
PGPException(String message, Exception underlying)

Method Summary

Exception
getUnderlyingException()

Constructor Details

PGPException

public PGPException(String message)


PGPException

public PGPException(String message,
                    Exception underlying)

Method Details

getUnderlyingException

public Exception getUnderlyingException()