public class CertificateNotFoundException extends CMSSignatureException
signerID_, wrappedException_
Constructor and Description |
---|
CertificateNotFoundException()
Creates a
CertificateNotFoundException with no message describing
the exception. |
CertificateNotFoundException(java.lang.String msg)
Creates a
CertificateNotFoundException with the given message
describing this particular exception. |
CertificateNotFoundException(java.lang.String msg,
CertificateIdentifier certID)
Creates a
CertificateNotFoundException with the given message
and the certificate identifier. |
getSignerID, getWrappedException
public CertificateNotFoundException()
CertificateNotFoundException
with no message describing
the exception.public CertificateNotFoundException(java.lang.String msg)
CertificateNotFoundException
with the given message
describing this particular exception.msg
- the message string describing this exceptionpublic CertificateNotFoundException(java.lang.String msg, CertificateIdentifier certID)
CertificateNotFoundException
with the given message
and the certificate identifier.msg
- the message string describing this exceptioncertID
- the certificate identifier of the entity for which a certificate
has been searched