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

package org.bouncycastle.crypto;

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