Package org.bouncycastle.tsp.ers
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 RFC4998}
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ERSException(String message)
ERSException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-