com.limegroup.gnutella.downloader
Class NoSuchRangeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.limegroup.gnutella.downloader.NoSuchRangeException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchRangeException
extends java.io.IOException

Thrown when we are not able to find a range that an uploader offers, that we need. Thrown after locally checking for the range stored in the RFD versus some range we need.

See Also:
Serialized Form

Constructor Summary
NoSuchRangeException()
           
NoSuchRangeException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchRangeException

public NoSuchRangeException()

NoSuchRangeException

public NoSuchRangeException(java.lang.String msg)