org.bouncycastle.tsp.ers.PartialHashTreeVerificationException Maven / Gradle / Ivy
package org.bouncycastle.tsp.ers;
public class PartialHashTreeVerificationException
extends ERSException
{
public PartialHashTreeVerificationException(final String message)
{
super(message);
}
}