Bouncy Castle Cryptography Library 1.79

org.bouncycastle.tsp.ers
Class PartialHashTreeVerificationException

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

public class PartialHashTreeVerificationException
extends ERSException

See Also:
Serialized Form

Constructor Summary
PartialHashTreeVerificationException(java.lang.String message)
           
 
Methods inherited from class org.bouncycastle.tsp.ers.ERSException
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

PartialHashTreeVerificationException

public PartialHashTreeVerificationException(java.lang.String message)

Bouncy Castle Cryptography Library 1.79