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

Throwable
getCause()
Exception
getUnderlyingException()

Constructor Details

PGPException

public PGPException(String message)

PGPException

public PGPException(String message,
                    Exception underlying)

Method Details

getCause

public Throwable getCause()

getUnderlyingException

public Exception getUnderlyingException()