org.apache.commons.openpgp
Class OpenPgpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
OpenPgpException(String message)
           
OpenPgpException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenPgpException

public OpenPgpException(String message)

OpenPgpException

public OpenPgpException(String message,
                        Throwable cause)


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.