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

package org.bouncycastle.cert.cmp;

public class CMPChallengeFailedException extends CMPException
{
    public CMPChallengeFailedException(final String s) {
        super(s);
    }
}
