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

  • Constructor Details

    • FMFileManagerException

      public FMFileManagerException(int op, String str)
    • FMFileManagerException

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

    • getOperation

      public int getOperation()
    • setType

      public void setType(int _type)
    • getType

      public int getType()
    • setRecoverable

      public void setRecoverable(boolean _recoverable)
    • isRecoverable

      public boolean isRecoverable()