org.bouncycastle.openpgp

Class PGPException

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
ThrowablegetCause()
ExceptiongetUnderlyingException()

Constructor Detail

PGPException

public PGPException(String message)

PGPException

public PGPException(String message, Exception underlying)

Method Detail

getCause

public Throwable getCause()

getUnderlyingException

public Exception getUnderlyingException()