public class

CompleteRevocRefsReferenceException

extends CompleteRevocRefsVerificationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidPropertyException
             ↳ xades4j.verification.CompleteRevocRefsVerificationException
               ↳ xades4j.verification.CompleteRevocRefsReferenceException

Class Overview

Thrown during the verification of the CompleteRevocationRefs property if a CRL reference cannot be verified or is not found.

Summary

Public Constructors
CompleteRevocRefsReferenceException(X509CRL crl, String msg)
Public Methods
X509CRL getCrl()
Protected Methods
String getVerificationMessage()
[Expand]
Inherited Methods
From class xades4j.verification.CompleteRevocRefsVerificationException
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CompleteRevocRefsReferenceException (X509CRL crl, String msg)

Public Methods

public X509CRL getCrl ()

Protected Methods

protected String getVerificationMessage ()