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

package org.bouncycastle.util.io;

import java.io.IOException;

public class StreamOverflowException extends IOException
{
    public StreamOverflowException(final String message) {
        super(message);
    }
}
