Class FMFileManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.core.diskmanager.file.FMFileManagerException
All Implemented Interfaces:
Serializable

public class FMFileManagerException 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:
    • type

      private int type
    • recoverable

      private boolean recoverable
  • Constructor Details

    • FMFileManagerException

      public FMFileManagerException(String str)
    • FMFileManagerException

      public FMFileManagerException(String str, Throwable cause)
  • Method Details

    • setType

      public void setType(int _type)
    • getType

      public int getType()
    • setRecoverable

      public void setRecoverable(boolean _recoverable)
    • isRecoverable

      public boolean isRecoverable()