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
public class TooManyStreamsException extends I2PException
We attempted to have more open streams than we are willing to put up with
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TooManyStreamsException()
TooManyStreamsException(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()
-