Class StreamOverflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.bouncycastle.util.io.StreamOverflowException
All Implemented Interfaces:
Serializable

public class StreamOverflowException extends IOException
Exception thrown when too much data is written to an InputStream
See Also:
  • Constructor Details

    • StreamOverflowException

      public StreamOverflowException(String msg)