net.i2p.client.streaming
Class TooManyStreamsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.i2p.I2PException
              extended bynet.i2p.client.streaming.TooManyStreamsException
All Implemented Interfaces:
java.io.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
TooManyStreamsException()
           
TooManyStreamsException(java.lang.String message)
           
TooManyStreamsException(java.lang.String message, java.lang.Throwable parent)
           
 
Methods inherited from class net.i2p.I2PException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyStreamsException

public TooManyStreamsException(java.lang.String message,
                               java.lang.Throwable parent)

TooManyStreamsException

public TooManyStreamsException(java.lang.String message)

TooManyStreamsException

public TooManyStreamsException()