org.apache.commons.openpgp
Class UnknownKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.openpgp.OpenPgpException
              extended by 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

Constructor Summary
UnknownKeyException(String message)
           
UnknownKeyException(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

UnknownKeyException

public UnknownKeyException(String message)

UnknownKeyException

public UnknownKeyException(String message,
                           Throwable cause)


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