Class 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 Detail

      • TooManyStreamsException

        public TooManyStreamsException​(String message,
                                       Throwable parent)
      • TooManyStreamsException

        public TooManyStreamsException​(String message)
      • TooManyStreamsException

        public TooManyStreamsException()