Package org.bouncycastle.util.io
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamOverflowException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StreamOverflowException
public StreamOverflowException(String msg)
-
-