Class FMFileManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.core.diskmanager.file.FMFileManagerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
private final int
private boolean
private int
-
Constructor Summary
ConstructorsConstructorDescriptionFMFileManagerException
(int op, String str) FMFileManagerException
(int op, String str, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionint
int
getType()
boolean
void
setRecoverable
(boolean _recoverable) void
setType
(int _type) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
OP_OPEN
public static final int OP_OPEN- See Also:
-
OP_CLOSE
public static final int OP_CLOSE- See Also:
-
OP_READ
public static final int OP_READ- See Also:
-
OP_WRITE
public static final int OP_WRITE- See Also:
-
OP_OTHER
public static final int OP_OTHER- See Also:
-
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:
-
operation
private final int operation -
type
private int type -
recoverable
private boolean recoverable
-
-
Constructor Details
-
FMFileManagerException
-
FMFileManagerException
-
-
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()
-