Bouncy Castle Cryptography Library 1.79

org.bouncycastle.tsp.ers
Class ERSException

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

public class ERSException
extends java.lang.Exception

Exception thrown if an Archive TimeStamp according to RFC4998 fails to containsHashValue.

See Also:
RFC4998, Serialized Form

Constructor Summary
ERSException(java.lang.String message)
           
ERSException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ERSException

public ERSException(java.lang.String message)

ERSException

public ERSException(java.lang.String message,
                    java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()

Bouncy Castle Cryptography Library 1.79