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

package org.bouncycastle.crypto;

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