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

package org.bouncycastle.crypto;

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