org.apache.commons.openpgp
Class OpenPgpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.openpgp.OpenPgpException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnknownKeyException
public class OpenPgpException
- extends Exception
An exception occurring during the use of the OpenPGP library.
- Author:
- Brett Porter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OpenPgpException
public OpenPgpException(String message)
OpenPgpException
public OpenPgpException(String message,
Throwable cause)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.