Class TimeStampVerificationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimeStampCoherenceException, TimeStampDigestInputException, TimeStampDigestMismatchException, TimeStampInvalidSignatureException, TimeStampInvalidTokenException

public abstract class TimeStampVerificationException extends InvalidPropertyException
Base for exceptions during verification of time-stamp properties.
Author:
Luís
See Also:
  • Constructor Details

    • TimeStampVerificationException

      protected TimeStampVerificationException(String propName, Throwable cause)
    • TimeStampVerificationException

      protected TimeStampVerificationException(String propName)
  • Method Details