org.apache.commons.openpgp

Class OpenPgpException

Known Direct Subclasses:
UnknownKeyException

public class OpenPgpException
extends Exception

An exception occurring during the use of the OpenPGP library.
Author:
Brett Porter

Constructor Summary

OpenPgpException(String message)
OpenPgpException(String message, Throwable cause)

Method Summary

Throwable
getCause()

Constructor Details

OpenPgpException

public OpenPgpException(String message)

OpenPgpException

public OpenPgpException(String message,
                        Throwable cause)

Method Details

getCause

public Throwable getCause()