package org.bouncycastle.util.io; import java.io.IOException; /* loaded from: classes6.dex */ public class StreamOverflowException extends IOException { public StreamOverflowException(String str) { super(str); } }