org.apache.commons.openpgp
Class UnknownKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.openpgp.OpenPgpException
org.apache.commons.openpgp.UnknownKeyException
- All Implemented Interfaces:
- Serializable
public class UnknownKeyException
- extends OpenPgpException
An exception occurring during the verification of a signature, when the key is not found in the keyring.
- 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 |
UnknownKeyException
public UnknownKeyException(String message)
UnknownKeyException
public UnknownKeyException(String message,
Throwable cause)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.