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

package org.bouncycastle.crypto;

public class DataLengthException extends RuntimeCryptoException
{
    public DataLengthException() {
    }
    
    public DataLengthException(final String s) {
        super(s);
    }
}
