Class CacheFileManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.biglybt.core.diskmanager.cache.CacheFileManagerException
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheFileManagerException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
fail_index
private CacheFile
file
-
Constructor Summary
Constructors Constructor Description CacheFileManagerException(CacheFile _file, java.lang.String _str)
CacheFileManagerException(CacheFile _file, java.lang.String _str, java.lang.Throwable _cause)
CacheFileManagerException(CacheFile _file, java.lang.String _str, java.lang.Throwable _cause, int _fail_index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFailIndex()
CacheFile
getFile()
-
-
-
Field Detail
-
file
private final CacheFile file
-
fail_index
private int fail_index
-
-
Constructor Detail
-
CacheFileManagerException
public CacheFileManagerException(CacheFile _file, java.lang.String _str)
-
CacheFileManagerException
public CacheFileManagerException(CacheFile _file, java.lang.String _str, java.lang.Throwable _cause)
-
CacheFileManagerException
public CacheFileManagerException(CacheFile _file, java.lang.String _str, java.lang.Throwable _cause, int _fail_index)
-
-
Method Detail
-
getFile
public CacheFile getFile()
-
getFailIndex
public int getFailIndex()
-
-