Class CacheFileManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.core.diskmanager.cache.CacheFileManagerException
All Implemented Interfaces:
Serializable

public class CacheFileManagerException extends Exception
See Also:
  • Field Details

    • ET_OTHER

      public static final int ET_OTHER
      See Also:
    • ET_FILE_OR_DIR_MISSING

      public static final int ET_FILE_OR_DIR_MISSING
      See Also:
    • file

      private final CacheFile file
    • fail_index

      private int fail_index
    • type

      private int type
  • Constructor Details

    • 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 Details

    • setType

      public void setType(int _type)
    • getType

      public int getType()
    • getFile

      public CacheFile getFile()
    • getFailIndex

      public int getFailIndex()