package org.bouncycastle.util.io;
import java.io.IOException;
public class StreamOverflowException
extends IOException
{
public StreamOverflowException(String msg)
{
super(msg);
}
}
package org.bouncycastle.util.io;
import java.io.IOException;
public class StreamOverflowException
extends IOException
{
public StreamOverflowException(String msg)
{
super(msg);
}
}