org.apache.commons.openpgp

Class UnknownKeyException


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

Constructor Summary

UnknownKeyException(String message)
UnknownKeyException(String message, Throwable cause)

Method Summary

Methods inherited from class org.apache.commons.openpgp.OpenPgpException

getCause

Constructor Details

UnknownKeyException

public UnknownKeyException(String message)

UnknownKeyException

public UnknownKeyException(String message,
                           Throwable cause)