Package net.i2p.client.streaming.impl
Class TooManyStreamsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.i2p.I2PException
net.i2p.client.streaming.impl.TooManyStreamsException
- All Implemented Interfaces:
Serializable
We attempted to have more open streams than we are willing to put up with
- See Also:
-
Constructor Summary
ConstructorDescriptionTooManyStreamsException
(String message) TooManyStreamsException
(String message, Throwable parent) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyStreamsException
-
TooManyStreamsException
-
TooManyStreamsException
public TooManyStreamsException()
-