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

package org.bouncycastle.crypto;

public class CryptoServiceConstraintsException extends RuntimeException
{
    public CryptoServiceConstraintsException(final String message) {
        super(message);
    }
}
