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:
  • Constructor Details

    • TooManyStreamsException

      public TooManyStreamsException(String message, Throwable parent)
    • TooManyStreamsException

      public TooManyStreamsException(String message)
    • TooManyStreamsException

      public TooManyStreamsException()