com.aelitis.azureus.core.diskmanager.cache
Class CacheFileManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aelitis.azureus.core.diskmanager.cache.CacheFileManagerException
All Implemented Interfaces:
Serializable

public class CacheFileManagerException
extends Exception

Author:
parg
See Also:
Serialized Form

Constructor Summary
CacheFileManagerException(CacheFile _file, String _str)
           
CacheFileManagerException(CacheFile _file, String _str, Throwable _cause)
           
CacheFileManagerException(CacheFile _file, String _str, Throwable _cause, int _fail_index)
           
 
Method Summary
 int getFailIndex()
           
 CacheFile getFile()
           
 
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

CacheFileManagerException

public CacheFileManagerException(CacheFile _file,
                                 String _str)

CacheFileManagerException

public CacheFileManagerException(CacheFile _file,
                                 String _str,
                                 Throwable _cause)

CacheFileManagerException

public CacheFileManagerException(CacheFile _file,
                                 String _str,
                                 Throwable _cause,
                                 int _fail_index)
Method Detail

getFile

public CacheFile getFile()

getFailIndex

public int getFailIndex()