public class

TimeStampCoherenceException

extends TimeStampVerificationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidPropertyException
             ↳ xades4j.verification.TimeStampVerificationException
               ↳ xades4j.verification.TimeStampCoherenceException

Class Overview

Thrown during signature verification if the time-stamps contained in the signature are not coherent. For instance, if data objects time-stamps are not prior to signature time-stamps.

Summary

Public Constructors
TimeStampCoherenceException(String propName, String message)
Protected Methods
String getVerificationMessage()
[Expand]
Inherited Methods
From class xades4j.verification.TimeStampVerificationException
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TimeStampCoherenceException (String propName, String message)

Protected Methods

protected String getVerificationMessage ()