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
Base exception for errors in the RFC 4998 Evidence Record Syntax (ERS) layer.
See Also:
  • Constructor Details

    • ERSException

      public ERSException(String message)
    • ERSException

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