xades4j.verification
Class CompleteRevocRefsReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.verification.InvalidSignatureException
                  extended by xades4j.verification.InvalidPropertyException
                      extended by xades4j.verification.CompleteRevocRefsVerificationException
                          extended by xades4j.verification.CompleteRevocRefsReferenceException
All Implemented Interfaces:
Serializable

public class CompleteRevocRefsReferenceException
extends CompleteRevocRefsVerificationException

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

Author:
Luís
See Also:
Serialized Form

Constructor Summary
CompleteRevocRefsReferenceException(X509CRL crl, String msg)
           
 
Method Summary
 X509CRL getCrl()
           
protected  String getVerificationMessage()
           
 
Methods inherited from class xades4j.verification.CompleteRevocRefsVerificationException
getPropertyName
 
Methods inherited from class xades4j.verification.InvalidPropertyException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CompleteRevocRefsReferenceException

public CompleteRevocRefsReferenceException(X509CRL crl,
                                           String msg)
Method Detail

getCrl

public X509CRL getCrl()

getVerificationMessage

protected String getVerificationMessage()
Specified by:
getVerificationMessage in class InvalidPropertyException


Copyright © 2012. All Rights Reserved.