com.limegroup.gnutella.downloader
Class OverlapMismatchException

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

public class OverlapMismatchException
extends java.lang.Exception

Thrown when overlapped download bytes mismatch, i.e., bytes written to disk don't match non-zero bytes already there.

See Also:
Serialized Form

Constructor Summary
OverlapMismatchException()
           
 
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

OverlapMismatchException

public OverlapMismatchException()