public class

SignaturePolicyNotAvailableException

extends SignaturePolicyVerificationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidPropertyException
             ↳ xades4j.verification.SignaturePolicyVerificationException
               ↳ xades4j.verification.SignaturePolicyNotAvailableException

Class Overview

Thrown during verification of the SignaturePolicyIdentifier property if there is an error acessing the policy document stream.

Summary

Public Constructors
SignaturePolicyNotAvailableException(ObjectIdentifier signaturePolicyId, Throwable cause)
Protected Methods
String getVerificationMessage()
[Expand]
Inherited Methods
From class xades4j.verification.SignaturePolicyVerificationException
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SignaturePolicyNotAvailableException (ObjectIdentifier signaturePolicyId, Throwable cause)

Protected Methods

protected String getVerificationMessage ()