Class ERSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.tsp.ers.ERSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchiveTimeStampValidationException, PartialHashTreeVerificationException

public class ERSException extends Exception
Exception thrown if an Archive TimeStamp according to RFC4998 fails to containsHashValue.

See Also:
  • Constructor Details

    • ERSException

      public ERSException(String message)
    • ERSException

      public ERSException(String message, Throwable cause)
  • Method Details