// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.pqc.crypto;

public class ExhaustedPrivateKeyException extends IllegalStateException
{
    public ExhaustedPrivateKeyException(final String s) {
        super(s);
    }
}
